POST api/Setting/PostException
Post Exception generated in NIMPOS systems
Request Information
URI Parameters
None.
Body Parameters
ExceptionLog| Name | 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": "2026-02-04T04:16:33.8705154+01:00",
"TerminalId": "f4e52595-ad26-4d32-bd0d-c2d78bbd1777",
"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.