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": "ca3944f7-9ce7-45c7-8e50-d0c06da721a3", "CompanyId": "bacd1a9b-96d6-4625-b613-76d05fca0249", "TaskStatusTypeId": "edc8307b-39ce-4c87-8829-fd921b3e8d5c", "TaskStatusTypeName": "sample string 2", "SourceSystemId": "sample string 3", "TaskTypeId": "6885e3f5-6ce3-4c5d-92b3-694b7c5e85d6", "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": "6ab96fdb-fa3d-4613-ae32-cc21ca71a13e", "CompanyId": "5888d8a2-170e-4dc8-be1f-68bb154dec33", "TaskStatusTypeId": "166bcc3a-1ae4-46d9-8915-f6b502a1e565", "TaskStatusTypeName": "sample string 2", "SourceSystemId": "sample string 3", "TaskTypeId": "7e7e03a3-0f7c-4feb-b034-2b63f5af93c9", "TaskTypeName": "sample string 4", "Description": "sample string 5" }, "Total": 1, "Message": "sample string 1" }