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": "444e47f1-6b6f-4c06-b7bb-3c91f3f083ae", "Name": "sample string 1", "CompanyId": "e9465cf3-08fd-4a21-a26e-f624445fff8a" }
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": "7bde9a3f-9e15-450e-aba0-00c56e9c61b4", "Name": "sample string 1", "CompanyId": "19ad830f-e5e6-4ef6-91a9-b773261501d6" }, "Total": 1, "Message": "sample string 1" }