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": "6936717f-4be8-42f9-b6bb-5161f2fb095b",
"Name": "sample string 1",
"CompanyId": "c3a91379-3996-4975-bcfa-2a0ac7357b6e"
}
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": "3227fb5d-0568-4fe2-9864-5f0f3666e917",
"Name": "sample string 1",
"CompanyId": "9069b306-64e5-4398-81be-6979410f1e59"
},
"Total": 1,
"Message": "sample string 1"
}