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": "13ba1fbd-260c-49dc-8e7b-4efc6f48997a",
"Name": "sample string 1",
"CompanyId": "fed96b02-3dac-4145-a07f-041135ddbf5a"
}
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": "2c4f5879-6829-4f0c-904a-e23a841e05a7",
"Name": "sample string 1",
"CompanyId": "b6a7e321-0c86-40e7-878c-d65d7d2b1540"
},
"Total": 1,
"Message": "sample string 1"
}