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": "64bd1c55-6575-4c19-912a-5f2bc6f60b87", "Name": "sample string 1", "CompanyId": "1751f0fe-a5c8-47db-8533-dbc7155c21db" }
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": "8e65fa0e-959f-432b-b94a-983a751f4cf2", "Name": "sample string 1", "CompanyId": "f7392c13-c0e0-4e4b-9d43-710a09984b91" }, "Total": 1, "Message": "sample string 1" }