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": "84760633-94be-443c-9fcf-76bd89726ef7",
"Name": "sample string 1",
"CompanyId": "5a7f5337-9979-446b-b9bb-5a864f35224d"
}
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": "05c4b1ee-7dde-4aa9-8ac2-4eb3c6277003",
"Name": "sample string 1",
"CompanyId": "469e61b2-2a26-438b-973e-92df5dcf2d30"
},
"Total": 1,
"Message": "sample string 1"
}