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": "79f75f6f-167a-4cbd-907d-2c2d4de820f5",
"Name": "sample string 1",
"CompanyId": "d123a9e0-04fe-42c8-a561-dc0c396bab99"
}
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": "c1f75f45-ee97-458f-943b-f0d376958658",
"Name": "sample string 1",
"CompanyId": "027feabe-1850-4e45-8292-0aa9702d0698"
},
"Total": 1,
"Message": "sample string 1"
}