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": "5f862c84-b761-41d0-916c-48a29214f572", "CompanyId": "f8de9212-552f-4c57-ab00-1524712a19e0", "TaskStatusTypeId": "a8a64e2f-8096-460b-b11e-6911d33bdd8d", "TaskStatusTypeName": "sample string 2", "SourceSystemId": "sample string 3", "TaskTypeId": "31d6c5cb-b4e1-44ba-a6c1-3929ae5a652b", "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": "e54f1c91-2d91-4a3d-b566-87926c6c88a9", "CompanyId": "9e5c7214-cd2e-4ef6-a2c0-fd806d8ab0ba", "TaskStatusTypeId": "2e5a7a6d-e04e-44a3-8b58-b678d2c52c70", "TaskStatusTypeName": "sample string 2", "SourceSystemId": "sample string 3", "TaskTypeId": "757aaeb9-84d3-41fc-876c-9eddbce01554", "TaskTypeName": "sample string 4", "Description": "sample string 5" }, "Total": 1, "Message": "sample string 1" }