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": "0c3671d9-c8ea-459f-a21a-73a258aa42bf",
"Name": "sample string 1",
"CompanyId": "589a791a-81c1-4aed-b780-d4f1414c5751"
}
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": "313a294e-7620-498a-a463-dc163dd6ac3a",
"Name": "sample string 1",
"CompanyId": "bc479fc6-d3d1-4468-8af7-f3c093db9b99"
},
"Total": 1,
"Message": "sample string 1"
}