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": "d85e75b9-c68f-4aa9-9116-9cd3fa9a593e",
"Name": "sample string 1",
"CompanyId": "4dab47ea-195d-45f0-8825-6de3b51a4efb"
}
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": "efc6eda2-34c1-43e1-aa68-c1e2e8f200ea",
"Name": "sample string 1",
"CompanyId": "2d3a8c70-fae7-49af-a9b8-f16dfe56c336"
},
"Total": 1,
"Message": "sample string 1"
}