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": "fba6ee41-61b8-4a61-ab85-d9ad50f35653", "Name": "sample string 1", "CompanyId": "213b8722-65fa-4a3d-9b4f-1bfbab35e19e" }
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": "00a63e4e-e3d9-45bc-b5df-ceb598f325b6", "Name": "sample string 1", "CompanyId": "cedd63a5-f5e5-4de8-b350-8dccd92cd41f" }, "Total": 1, "Message": "sample string 1" }