POST TaskStatusTypes
Creates a task status type.
Request Information
URI Parameters
None.
Body Parameters
Task Status Type to create
TaskStatusType| Name | Description | Type | Additional information |
|---|---|---|---|
| TaskStatusTypeId | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| CompanyId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"TaskStatusTypeId": "7e0e540b-1ee2-4945-88a5-d3a6d79cdfd2",
"Name": "sample string 1",
"CompanyId": "3799cfeb-dc34-4ce1-a1d5-2469b3456230"
}
Response Information
Resource Description
On success, the created task status type.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | TaskStatusType |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"TaskStatusTypeId": "beaec9f2-67f1-4cb2-a692-828d1b6949c9",
"Name": "sample string 1",
"CompanyId": "ea2c90ef-648c-4f65-a0af-8f8fb2d22bc7"
},
"Total": 1,
"Message": "sample string 1"
}