DELETE TimeSaver/DeleteBehaviourExceptions
Request Information
URI Parameters
None.
Body Parameters
BehaviourException| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| QueryCategoryID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": "6e91763e-f4ee-43ea-a8e1-88004ba742ca",
"Name": "sample string 2",
"Description": "sample string 3",
"QueryCategoryID": "7f8a72ee-f4ee-48cf-b730-c0c9e18a70e8"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | boolean |
None. |
|
| ErrorMessage | string |
None. |
|
| Code | string |
None. |
|
| StackTrace | string |
None. |
|
| Response | ServiceItem |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.