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": "c7818e6a-9c6b-4741-9623-c4b343b2c34b",
"Name": "sample string 1",
"CompanyId": "c1a5b3a2-d55b-476c-a62d-6280f79b9cb4"
}
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": "07c67785-d218-4bb7-b7f9-644e0aee1680",
"Name": "sample string 1",
"CompanyId": "4798e367-3338-46a8-88ed-94f6826d6a98"
},
"Total": 1,
"Message": "sample string 1"
}