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": "410a4939-bab3-481e-8f34-7bc7d09487f8",
"Name": "sample string 1",
"CompanyId": "bf60015b-105a-4905-ba41-b56fbe0a787f"
}
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": "6cc309d4-80fb-4f56-8eec-8ec67aca82d2",
"Name": "sample string 1",
"CompanyId": "08badb7f-a685-48cd-b179-c2273936cdf1"
},
"Total": 1,
"Message": "sample string 1"
}