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": "c3b43bd5-5080-440a-9488-1ffb76f72dee", "CompanyId": "9ca6d0c2-f5b6-4f0d-afdb-2324969bfe6b", "TaskStatusTypeId": "8c2098f4-c4a2-4ef3-ba7d-18b31d4116c2", "TaskStatusTypeName": "sample string 2", "SourceSystemId": "sample string 3", "TaskTypeId": "96cfbf09-5c1e-437b-b129-d07c045c4e69", "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": "28b93e7b-8649-4ec7-a392-5970c3476ece", "CompanyId": "fbb3156c-ec8a-42ec-b9e6-5a9f3c22fddb", "TaskStatusTypeId": "6da71b70-d8f6-4ab1-a5b2-0d29d239c324", "TaskStatusTypeName": "sample string 2", "SourceSystemId": "sample string 3", "TaskTypeId": "1cf7e74d-a90d-4955-8188-d8ed1d936ca0", "TaskTypeName": "sample string 4", "Description": "sample string 5" }, "Total": 1, "Message": "sample string 1" }