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": "149149d7-1287-425a-8428-aa01558bc3b0", "Name": "sample string 1", "CompanyId": "2c8b2860-9199-4940-a331-e51d8eed41cb" }
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": "d15b3cd6-06a0-47a7-aa58-1b6226e069dd", "Name": "sample string 1", "CompanyId": "69bcd282-b3be-48c4-8128-91a610672471" }, "Total": 1, "Message": "sample string 1" }