POST TaskStatusTypes
Creates a task status type.
Request Information
URI Parameters
None.
Body Parameters
Task Status Type to create
TaskStatusTypeName | 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": "f055a239-71c1-4500-ac15-62d46bb0b636", "Name": "sample string 1", "CompanyId": "0336ad54-f4d5-4fec-a00e-3bd7f279dd8d" }
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": "c3c3431a-4518-47b6-994c-48611a673ed9", "Name": "sample string 1", "CompanyId": "8c2ae930-392a-489a-b4ff-5f9fffcb6a49" }, "Total": 1, "Message": "sample string 1" }