POST TimeSaver/PostCircumstanceExceptions
Request Information
URI Parameters
None.
Body Parameters
CircumstanceExceptionName | Description | Type | Additional information |
---|---|---|---|
ID | globally unique identifier |
None. |
|
Name | string |
Required |
|
Description | string |
None. |
|
QueryCategoryID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "ID": "5f40c7ba-b474-4113-acd0-726ff948999e", "Name": "sample string 2", "Description": "sample string 3", "QueryCategoryID": "537397bc-cbed-4e4d-8e60-e3b819cb89d4" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseName | 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.