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": "58793458-f2dd-4273-b8fa-77b4eac2312b",
"Name": "sample string 1",
"CompanyId": "5f628393-124e-49dc-911c-dc8b1ca12d11"
}
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": "2d2326e5-2eea-4fb3-a8eb-f321bc998bf7",
"Name": "sample string 1",
"CompanyId": "77554c50-1d05-4b43-8954-de87a40e3411"
},
"Total": 1,
"Message": "sample string 1"
}