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": "5dc028f6-fc30-4b6b-8c38-9f51dbcf4d4b",
"Name": "sample string 1",
"CompanyId": "6ee4e1a0-6929-4503-ab67-02e8e3fa5354"
}
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": "a7495280-a55f-48fe-9ad6-cf22e378f6bb",
"Name": "sample string 1",
"CompanyId": "9c85092e-ca27-48a2-9af6-e7ff5542725c"
},
"Total": 1,
"Message": "sample string 1"
}