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": "e895346f-66c8-47cc-97b5-f6be5b735975",
"Name": "sample string 1",
"CompanyId": "edc494be-d179-4f13-a709-cad5061fb570"
}
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": "2e8d7344-b203-4686-a52d-1baf53ee7df1",
"Name": "sample string 1",
"CompanyId": "55a6c1ca-495e-4acd-aeac-b1837af47e1b"
},
"Total": 1,
"Message": "sample string 1"
}