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": "c29996a5-dc72-4024-9efc-1a9fb899f4e3", "Name": "sample string 1", "CompanyId": "739d5805-07e2-4b48-aad8-52ca847e3d44" }
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": "653ec7c0-d206-4807-be30-c83801db3da5", "Name": "sample string 1", "CompanyId": "57310d54-cbc5-49c7-a9b6-42c355d9b46b" }, "Total": 1, "Message": "sample string 1" }