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": "7d855a78-35da-4c67-9748-b207bfab3979", "Name": "sample string 1", "CompanyId": "68d380f1-03df-4728-b28b-6178612e0196" }
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": "39fd0d50-0ed3-4421-9a39-e5126791c423", "Name": "sample string 1", "CompanyId": "db1629cc-ad62-49d9-9282-70a42186f4f1" }, "Total": 1, "Message": "sample string 1" }