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": "2191d5fe-4045-417d-8b43-e4ddb7276c31",
"Name": "sample string 1",
"CompanyId": "d817de64-650b-4067-b42f-58a721dda58c"
}
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": "4d027727-0be6-42e6-a90e-a628d1f45234",
"Name": "sample string 1",
"CompanyId": "fc0f9eee-bac7-43ac-a403-10cd821b42e2"
},
"Total": 1,
"Message": "sample string 1"
}