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": "e1d7627c-b2f8-415e-a81d-355abe6797e9",
"Name": "sample string 1",
"CompanyId": "4fd9b1af-7871-4f5a-b633-3a9126ed2308"
}
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": "dfd8cdce-f290-416e-8ea7-21c1cc424e7a",
"Name": "sample string 1",
"CompanyId": "db5b30cb-51f2-4c26-9fcb-3e312e351537"
},
"Total": 1,
"Message": "sample string 1"
}