POST TimeSaver/PostBehaviourExceptions
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": "a3fe12d8-6579-4bb1-aa58-ac8300d44bd1",
"name": "sample string 2",
"description": "sample string 3",
"queryCategoryID": "30bcdd10-e5ac-4891-b9bb-4a256810f603"
}
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. |
|
| Response | ServiceItem |
None. |
|
| LatestDataTimestampUtc | date |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.