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": "7528fdd7-ff6a-47e8-a1ee-7ef0dd135aa6",
"Name": "sample string 1",
"CompanyId": "36d5652d-7448-4e3b-a5a6-88ae422b84c3"
}
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": "3f2a1e86-5fa4-477e-9e0a-706f7e20f2ca",
"Name": "sample string 1",
"CompanyId": "577085b7-d97f-4842-b517-20ec48c3052f"
},
"Total": 1,
"Message": "sample string 1"
}