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": "44c0e6f1-ebad-493e-9b53-768a36822206", "CompanyId": "59373e85-6e95-4243-86cb-fccc2a8cf7a1", "TaskStatusTypeId": "f043e748-1b95-4fc5-949c-617055b60d93", "TaskStatusTypeName": "sample string 2", "SourceSystemId": "sample string 3", "TaskTypeId": "eeccc0d7-a809-44ab-82f6-ef8cee765970", "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": "c82ffd1e-e183-4a9f-8dec-46d2b7a3f2f0", "CompanyId": "a3b82d54-c015-4430-87cd-c277358a23e8", "TaskStatusTypeId": "6521eff8-a378-4377-b28d-e9916ba56f0b", "TaskStatusTypeName": "sample string 2", "SourceSystemId": "sample string 3", "TaskTypeId": "b3256dd1-cea9-4192-8ed3-d839fb7e6fa2", "TaskTypeName": "sample string 4", "Description": "sample string 5" }, "Total": 1, "Message": "sample string 1" }