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": "b669e7d4-c4ab-4cc0-b41b-de4ab4fe6d82",
"Name": "sample string 1",
"CompanyId": "9b4f0f4c-0e96-488c-b480-45d3b674dd23"
}
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": "ed1b7947-6fc6-4864-902c-383c9ec9b770",
"Name": "sample string 1",
"CompanyId": "bd6156a8-9f86-4b6e-ae94-fe315fbbd903"
},
"Total": 1,
"Message": "sample string 1"
}