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": "ae58d51e-e742-4fae-82fe-8e9f6c6baddd",
"Name": "sample string 1",
"CompanyId": "44bb8422-02db-44c8-9129-e09218607cd1"
}
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": "e4964eb8-0888-4ae6-ac23-cd53fd6ab7ca",
"Name": "sample string 1",
"CompanyId": "34b4c878-7c11-4ed9-9eed-33d6cd30fe71"
},
"Total": 1,
"Message": "sample string 1"
}