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": "ea491af7-7acb-4812-b642-32bf5f2a3b35", "CompanyId": "fdee075f-d711-49cf-899a-39c1e7a40f79", "TaskStatusTypeId": "70edddb8-d589-40d9-b9b4-759c2fd3a870", "TaskStatusTypeName": "sample string 2", "SourceSystemId": "sample string 3", "TaskTypeId": "c9670815-f165-4225-96ca-1f75bf0a77c5", "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": "12052e48-866a-4779-9e45-d90b88ab9936", "CompanyId": "90c8dfd8-18d5-4bfd-8a36-6ead130be1ec", "TaskStatusTypeId": "5cac126f-1a17-4235-b708-1b238048687f", "TaskStatusTypeName": "sample string 2", "SourceSystemId": "sample string 3", "TaskTypeId": "7eca6f13-0cd0-4c2a-aded-d9e44d6b74ae", "TaskTypeName": "sample string 4", "Description": "sample string 5" }, "Total": 1, "Message": "sample string 1" }