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": "35c0b48b-f06c-40ae-afdf-5bbb8cbe688b",
"Name": "sample string 1",
"CompanyId": "8bf502fc-0323-4cb0-ba54-4961d132974d"
}
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": "d87b7dcb-2fc0-44ae-9b2c-7426cc9f3713",
"Name": "sample string 1",
"CompanyId": "5452f824-c6eb-4df9-b3ec-c8265176d461"
},
"Total": 1,
"Message": "sample string 1"
}