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": "5bf6995a-e13c-4c17-b7d1-8719348ac081",
"Name": "sample string 1",
"CompanyId": "877b4d82-3ae8-4f9a-a938-c339a2c1b857"
}
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": "7a28f906-0261-476f-998b-74db51d4b019",
"Name": "sample string 1",
"CompanyId": "ee8b0083-edd3-425a-82f7-671aa0cefbd8"
},
"Total": 1,
"Message": "sample string 1"
}