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": "3cc41e40-80a4-4145-adcf-71029ccc42d4", "CompanyId": "f89d40e9-2daf-44d2-ab31-7f035d381d93", "TaskStatusTypeId": "b27c9aaa-7f11-4414-993b-2ecd7dee689d", "TaskStatusTypeName": "sample string 2", "SourceSystemId": "sample string 3", "TaskTypeId": "aeadb938-e7a1-484a-b1d9-8d5be46f9d51", "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": "85e61c1d-bd49-464b-9495-c846892d1109", "CompanyId": "364026ef-5d84-4d82-b6de-58ab03e2b6b8", "TaskStatusTypeId": "76f76a65-9a6f-4cba-99d0-a9ba23faa742", "TaskStatusTypeName": "sample string 2", "SourceSystemId": "sample string 3", "TaskTypeId": "d59d01b9-e558-44a6-a70e-166fdfc06368", "TaskTypeName": "sample string 4", "Description": "sample string 5" }, "Total": 1, "Message": "sample string 1" }