POST TaskStatusTypeTaskType
Creates a task status type.
Request Information
URI Parameters
None.
Body Parameters
Task Status Type to create
TaskStatusTypeTaskTypeName | Description | Type | Additional information |
---|---|---|---|
TaskStatusTypeTaskTypeId | globally unique identifier |
None. |
|
CompanyId | globally unique identifier |
None. |
|
TaskStatusTypeId | globally unique identifier |
None. |
|
TaskStatusTypeName | string |
None. |
|
SourceSystemId | string |
None. |
|
TaskTypeId | globally unique identifier |
None. |
|
TaskTypeName | string |
None. |
|
Description | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "TaskStatusTypeTaskTypeId": "d7ffd3b7-299a-4a87-a38e-d62640eab8a2", "CompanyId": "0e73c3e0-3cad-4759-b005-17e751c13ffa", "TaskStatusTypeId": "dcac7803-3371-4d39-92a9-6cd95351506d", "TaskStatusTypeName": "sample string 2", "SourceSystemId": "sample string 3", "TaskTypeId": "ab277f0f-529a-4a0b-be2e-920d9c8878ec", "TaskTypeName": "sample string 4", "Description": "sample string 5" }
Response Information
Resource Description
On success, the created task status type.
Name | Description | Type | Additional information |
---|---|---|---|
Data | TaskStatusTypeTaskType |
None. |
|
Total | integer |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": { "TaskStatusTypeTaskTypeId": "6aca3606-48c0-4e2c-9300-a2d377f75635", "CompanyId": "29beceb9-4f86-4791-8d95-15453227a783", "TaskStatusTypeId": "ce1072ac-3b77-4d94-81ae-2430b98d5987", "TaskStatusTypeName": "sample string 2", "SourceSystemId": "sample string 3", "TaskTypeId": "c60d3f86-591d-42d7-816c-ebc28a95bd75", "TaskTypeName": "sample string 4", "Description": "sample string 5" }, "Total": 1, "Message": "sample string 1" }