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": "67e49bad-a775-4e40-b271-b229c87a8aab", "CompanyId": "33745062-a97f-4322-a6a8-5f60180195fe", "TaskStatusTypeId": "997fb4f6-8460-46ff-83ee-8f4dbe207e66", "TaskStatusTypeName": "sample string 2", "SourceSystemId": "sample string 3", "TaskTypeId": "ca3a707e-e236-40d0-aa36-071aed800278", "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": "8e81fb5a-9573-4564-bdfb-60e059ac1b6a", "CompanyId": "b6ea7de6-b389-4e79-8212-4a63e5e10eeb", "TaskStatusTypeId": "6efb8d39-82b1-4466-ba70-1969ec704afc", "TaskStatusTypeName": "sample string 2", "SourceSystemId": "sample string 3", "TaskTypeId": "99b6d33f-d94c-4f94-bcba-1db4392b53c3", "TaskTypeName": "sample string 4", "Description": "sample string 5" }, "Total": 1, "Message": "sample string 1" }