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": "9263fa99-baa0-43fd-b226-ce0dbed26a14", "CompanyId": "76fbc2f9-5650-48ab-b7dc-da2fe9408fb7", "TaskStatusTypeId": "5fe2a960-00ed-4ae0-b73d-fdfecb841f61", "TaskStatusTypeName": "sample string 2", "SourceSystemId": "sample string 3", "TaskTypeId": "f42e8120-3e6f-4681-9f69-2a9ce7d10134", "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": "b2e7423f-4f7e-4569-9e96-db52f773240d", "CompanyId": "e6c2c1ae-2172-4edb-9e6d-b41851ae5657", "TaskStatusTypeId": "1e87416e-3bbc-4228-953b-a3683480b241", "TaskStatusTypeName": "sample string 2", "SourceSystemId": "sample string 3", "TaskTypeId": "411273ba-13d8-40f3-97b2-488addd3c0f1", "TaskTypeName": "sample string 4", "Description": "sample string 5" }, "Total": 1, "Message": "sample string 1" }