POST api/Setting/PostException
Post Exception generated in NIMPOS systems
Request Information
URI Parameters
None.
Body Parameters
ExceptionLogName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
ExceptiontText | string |
None. |
|
CreatedOn | date |
None. |
|
TerminalId | globally unique identifier |
None. |
|
Synced | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "ExceptiontText": "sample string 2", "CreatedOn": "2025-04-07T19:15:59.2178726+02:00", "TerminalId": "5f5075cf-3e67-449f-8d27-13039b466016", "Synced": true }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.