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": "82c4ff4e-f3ed-48fc-85ff-772b0c51e55a", "Name": "sample string 1", "CompanyId": "5548c9dc-7e38-4466-8afb-bb27db2c6cef" }
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": "28f85175-9990-4a9c-b9e2-36cb47096c7b", "Name": "sample string 1", "CompanyId": "c27dd6d0-d865-4ef0-8d68-ce1755de4345" }, "Total": 1, "Message": "sample string 1" }