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": "a9fedaf9-958b-4256-9c64-91af2bf7ba64", "Name": "sample string 1", "CompanyId": "c08f37b6-2165-4aa5-b725-533a683e39fc" }
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": "76bacc14-ae3e-4c37-88a6-99e9476ad5bc", "Name": "sample string 1", "CompanyId": "db203c5d-8b20-4225-b22a-f2c5de0f3ad6" }, "Total": 1, "Message": "sample string 1" }