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": "20ee5285-8568-4e59-9702-37e6134c4f32",
"Name": "sample string 1",
"CompanyId": "e67a7fb7-5a18-4c11-946c-9b0e2506326e"
}
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": "5e2dca84-3b51-4446-b34d-83b8ce670b1a",
"Name": "sample string 1",
"CompanyId": "f1c50d4d-7feb-42a9-8630-bbe2703a55b6"
},
"Total": 1,
"Message": "sample string 1"
}