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": "1cba1a7f-5141-40c6-9b5d-9643a82d8fd0",
"Name": "sample string 1",
"CompanyId": "c3c662fe-b3cb-4f16-8521-48858070e302"
}
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": "2f1f5ad7-63a3-41e4-9cae-89ad6aeb648a",
"Name": "sample string 1",
"CompanyId": "db8a75b0-e5a1-4a7c-866c-89f9167481a4"
},
"Total": 1,
"Message": "sample string 1"
}