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": "0a882cc8-cda1-4af4-a092-8277469da096",
"Name": "sample string 1",
"CompanyId": "77613fb4-bdec-4719-ac51-e9aee3908104"
}
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": "b2ff4a01-0f53-47f0-b794-a694c59f3744",
"Name": "sample string 1",
"CompanyId": "e98691d8-d18d-487e-8e88-adda1d26c4ad"
},
"Total": 1,
"Message": "sample string 1"
}