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": "ba47b0e4-0aac-4333-9299-b70d8b43053c",
"Name": "sample string 1",
"CompanyId": "58faf9d1-4964-4b91-9344-d3f09e43ea34"
}
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": "d861252c-bb64-4b42-8072-e378b43d3366",
"Name": "sample string 1",
"CompanyId": "530fe4e4-691c-4c47-8069-79c6edb00ba4"
},
"Total": 1,
"Message": "sample string 1"
}