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": "7ab63c42-e638-4ffb-b7e4-d0cb2bad9f3f",
"Name": "sample string 1",
"CompanyId": "3e0bc332-238d-4fb8-b650-92cbc641daf8"
}
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": "8faa29c5-610d-4546-a829-f7096d57d443",
"Name": "sample string 1",
"CompanyId": "cf2f081a-1b1d-417b-bf6a-0945038ba481"
},
"Total": 1,
"Message": "sample string 1"
}