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": "9b03456a-1c21-4dcc-8429-d9f2230d3edf", "Name": "sample string 1", "CompanyId": "fc839799-5fe5-44ae-963e-a65a0a0f7919" }
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": "9b76b8a3-c49a-43af-a1f4-e9349c64d2b4", "Name": "sample string 1", "CompanyId": "aba2f53d-e6f1-45d2-b1a7-ba7b262c2704" }, "Total": 1, "Message": "sample string 1" }