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": "6b1d8817-38c3-4ad2-9831-597ba759f09a", "Name": "sample string 1", "CompanyId": "f16bd5f4-475a-4802-b2c8-0a627575627a" }
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": "a4a5d513-4954-48b9-89fe-0fe2c2eea737", "Name": "sample string 1", "CompanyId": "3e4da51d-b40e-4b43-a6e5-fd90542ee945" }, "Total": 1, "Message": "sample string 1" }