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": "e0976e84-4a62-4abe-8db5-00a5dc8eed71",
"Name": "sample string 1",
"CompanyId": "5999b8bd-846c-43c4-b3ec-3cc221b978c6"
}
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": "b12a8772-6b48-4120-8df4-39efd8afb6d9",
"Name": "sample string 1",
"CompanyId": "351fa51d-7c1e-4d74-a783-ecddb47e0b72"
},
"Total": 1,
"Message": "sample string 1"
}