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": "db1eea8f-26fa-45b3-a6e2-4f2727dd6a5c", "Name": "sample string 1", "CompanyId": "e85e69ad-555a-490f-a2ba-db6164802515" }
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": "cca780aa-2e2c-48dc-b0ec-8735b74fc3d3", "Name": "sample string 1", "CompanyId": "90623222-0d14-4e03-a3c9-0dd0d047641c" }, "Total": 1, "Message": "sample string 1" }