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": "e86ed3a2-12d2-4d34-9458-4f1139629a5a", "Name": "sample string 1", "CompanyId": "7e11a79f-f6f3-40c6-9012-201f80b479e3" }
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": "cb27869d-8f73-46f6-a946-5cbf935b98af", "Name": "sample string 1", "CompanyId": "8c3a81df-259f-42a1-96d5-38e9d90eb73e" }, "Total": 1, "Message": "sample string 1" }