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": "b0043a09-7fae-4236-8e85-2b380a8294db",
"Name": "sample string 1",
"CompanyId": "bd1241b2-7014-497f-9b3b-c5c37e110426"
}
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": "7e5db483-3ecb-4132-b74e-643132ff2921",
"Name": "sample string 1",
"CompanyId": "84c50f74-bc3f-456e-a559-715ac25c267e"
},
"Total": 1,
"Message": "sample string 1"
}