POST api/Setting/PostDeviceLog

Request Information

URI Parameters

None.

Body Parameters

PaymentDeviceLog
NameDescriptionTypeAdditional information
Id

integer

None.

OrderId

globally unique identifier

None.

OrderTotal

decimal number

None.

VatAmount

decimal number

None.

CashBack

decimal number

None.

SendDate

date

None.

Synced

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "OrderId": "fd7b286b-8834-4aef-9737-69bf9478a206",
  "OrderTotal": 3.0,
  "VatAmount": 4.0,
  "CashBack": 5.0,
  "SendDate": "2024-05-16T21:44:50.8706644+02:00",
  "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.