DELETE TaskStatusTypeTaskType
Deletes a task status type by its Id.
Request Information
URI Parameters
None.
Body Parameters
Id of the task status type
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": "7674d6d6-8acf-4d4e-b1c4-12c20496d692", "CompanyId": "cf90c0c5-dba7-4094-b153-a65860730ac9", "TaskStatusTypeId": "d6d1cd05-82bb-4c4a-92f7-f597e764c68b", "TaskStatusTypeName": "sample string 2", "SourceSystemId": "sample string 3", "TaskTypeId": "48c0bdb7-e6a8-4d16-aaf2-36bb8c5d1f68", "TaskTypeName": "sample string 4", "Description": "sample string 5" }
Response Information
Resource Description
Name | Description | Type | Additional information |
---|---|---|---|
Data | TaskStatusTypeTaskType |
None. |
|
Total | integer |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": { "TaskStatusTypeTaskTypeId": "da2c2b72-b198-4aa5-a08e-2f9d97b84775", "CompanyId": "e30b102a-0c9f-46e4-8b54-a38ad281e715", "TaskStatusTypeId": "54f4e2b5-343e-42e3-96c2-e382e554eed8", "TaskStatusTypeName": "sample string 2", "SourceSystemId": "sample string 3", "TaskTypeId": "5be0d770-6c61-4b45-ab20-6030ceba2a25", "TaskTypeName": "sample string 4", "Description": "sample string 5" }, "Total": 1, "Message": "sample string 1" }