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": "dec05ec2-3d24-454c-8acb-4dc473b9f0ed", "Name": "sample string 1", "CompanyId": "7b3f0e61-af32-43f1-bccb-040c5b38b918" }
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": "60b0b356-2c23-41ff-8537-93dc967ba205", "Name": "sample string 1", "CompanyId": "253df123-177d-421d-902f-4bae083157c6" }, "Total": 1, "Message": "sample string 1" }