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": "4dbfe9ef-8035-4ed7-b8d2-0c8e705701e0", "CompanyId": "3d71ec5c-a2f1-45c0-afc1-24fc61ee6b46", "TaskStatusTypeId": "3f4d9c1a-f345-4916-bf39-b9c2861c4f99", "TaskStatusTypeName": "sample string 2", "SourceSystemId": "sample string 3", "TaskTypeId": "44f7b2ce-c1d6-4f90-9274-c3cfe1a55323", "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": "6258d617-01e9-4ccc-a265-5290a6dc11e3", "CompanyId": "88aaa86d-abe1-476e-87f5-7f03016a7834", "TaskStatusTypeId": "b3a96ae1-d270-43be-b2c3-3f7cac83d1d7", "TaskStatusTypeName": "sample string 2", "SourceSystemId": "sample string 3", "TaskTypeId": "91e08490-28e2-4857-9485-042d482e8190", "TaskTypeName": "sample string 4", "Description": "sample string 5" }, "Total": 1, "Message": "sample string 1" }