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": "8098bb98-a331-48bf-851b-50bce1dd1bc5",
"Name": "sample string 1",
"CompanyId": "d75b12a1-cebc-4858-9e69-862c8f10d796"
}
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": "5d55e816-1433-41a9-acb7-a1c92c098ebc",
"Name": "sample string 1",
"CompanyId": "d3ca65f9-3b31-4331-93f7-fc9f792bfd96"
},
"Total": 1,
"Message": "sample string 1"
}