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": "a544e47d-3f09-4784-8f08-f01566cc37ed",
"Name": "sample string 1",
"CompanyId": "9ce8fe4d-950e-4089-b90b-4bcda3f53ebc"
}
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": "cde9fcf5-a6e1-4725-af6f-4f087115f7c1",
"Name": "sample string 1",
"CompanyId": "55cb993d-426d-4b85-96ab-e821a86695d6"
},
"Total": 1,
"Message": "sample string 1"
}