POST api/Setting/PostException

Post Exception generated in NIMPOS systems

Request Information

URI Parameters

None.

Body Parameters

ExceptionLog
NameDescriptionTypeAdditional 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": "2024-05-16T12:22:50.3479362+02:00",
  "TerminalId": "b53a94a8-52c7-4794-bfe8-a84a5290f0be",
  "Synced": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.