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": "084d85a5-ef57-4a5c-b078-a6f19b49fb50", "Name": "sample string 1", "CompanyId": "798cb395-b143-4dc1-a75a-46d82720ef84" }
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": "e5b060d2-21e0-486e-a819-a6251b9e09e3", "Name": "sample string 1", "CompanyId": "32825875-dd61-4713-bc4d-a7c29ce57f12" }, "Total": 1, "Message": "sample string 1" }