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": "526e69f9-94db-4c29-9a10-42df55e682ad",
"Name": "sample string 1",
"CompanyId": "67558b4c-d750-4988-8873-47419a72ee96"
}
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": "cacf5e26-a236-485d-b488-5ba9af618490",
"Name": "sample string 1",
"CompanyId": "6bc6231d-c5fd-492e-9365-18f830e3a5ab"
},
"Total": 1,
"Message": "sample string 1"
}