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": "2e65eeab-d838-47a0-9b97-66c93bbed7a8", "CompanyId": "f956d25c-72ce-4b3c-9ecd-f1b6de8fbf43", "TaskStatusTypeId": "cb8c6b3c-028f-45bd-988f-13af60382cc1", "TaskStatusTypeName": "sample string 2", "SourceSystemId": "sample string 3", "TaskTypeId": "99554c7e-e171-4eeb-93de-d9c9b9aa0d67", "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": "a8e2a3c5-d602-4c26-8def-39282918488d", "CompanyId": "2af715a0-2d07-4fa4-ae09-f87bc1f67d0e", "TaskStatusTypeId": "7dca1238-9a6c-4a23-9feb-ba6695089289", "TaskStatusTypeName": "sample string 2", "SourceSystemId": "sample string 3", "TaskTypeId": "a30fb1f0-a106-4e6f-a837-07136608ebb2", "TaskTypeName": "sample string 4", "Description": "sample string 5" }, "Total": 1, "Message": "sample string 1" }