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": "a55b6420-1c4f-4e8a-8980-2a23047a4d1b",
"Name": "sample string 1",
"CompanyId": "6f92d726-d6da-4a2f-b533-5ff86566d8e3"
}
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": "53ba19d4-8ef6-4ce9-a66e-87965d00113d",
"Name": "sample string 1",
"CompanyId": "7346ebb6-a70f-4eac-b2f5-37754e3cd669"
},
"Total": 1,
"Message": "sample string 1"
}