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": "7051781f-bb22-4e3e-bf95-8facef103910",
"Name": "sample string 1",
"CompanyId": "26993130-f837-4054-b190-a9aa08803d92"
}
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": "4c86faee-5bac-4e4b-ab8d-f6a914a0ed2e",
"Name": "sample string 1",
"CompanyId": "24dc0a48-b954-4761-801e-2eee4e2ef169"
},
"Total": 1,
"Message": "sample string 1"
}