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": "8a6efcef-a50d-4326-96d8-808c93591549",
"Name": "sample string 1",
"CompanyId": "478b2805-4ecd-4fa6-ab2e-5f7865cdff9c"
}
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": "621cf5e8-1617-43bf-b3f1-23ff02b5da05",
"Name": "sample string 1",
"CompanyId": "4d209c3e-74cd-4db9-9e62-00f5be5b72c1"
},
"Total": 1,
"Message": "sample string 1"
}