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": "ed10ab47-2b1c-4bb9-9880-e78ab20e78b0",
"Name": "sample string 1",
"CompanyId": "05e26b1f-c497-4801-942d-6e335dde7416"
}
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": "ffebb3a7-76eb-4d23-9ccc-dde34ed3423b",
"Name": "sample string 1",
"CompanyId": "bbb89dc3-4d8c-47dd-958e-9ac38d172471"
},
"Total": 1,
"Message": "sample string 1"
}