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": "084911e4-5c53-475f-930b-cd24ece58273", "Name": "sample string 1", "CompanyId": "eed55350-c169-42bf-a34e-1b29425eeeab" }
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": "99a0eabb-9142-4c34-9d98-b307ed806a03", "Name": "sample string 1", "CompanyId": "726c17a8-8e0c-40ae-a2b4-54eb688d1806" }, "Total": 1, "Message": "sample string 1" }