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": "8fae6dee-e608-4e05-84ad-8b85f16f62ef", "Name": "sample string 1", "CompanyId": "d0c58389-6cc3-43fd-b162-0e22ce5be7fa" }
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": "6b03cc5a-6ca7-4b0d-a5c1-b1b1e3550cdd", "Name": "sample string 1", "CompanyId": "1ddce0a0-1aaa-41d0-b2d8-d088cd9eb446" }, "Total": 1, "Message": "sample string 1" }