POST api/Setting/PostDeviceLog
Request Information
URI Parameters
None.
Body Parameters
PaymentDeviceLogName | Description | Type | Additional 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": "b6d60146-d48a-4e0e-8add-e65480816b6a", "OrderTotal": 3.0, "VatAmount": 4.0, "CashBack": 5.0, "SendDate": "2025-04-04T05:21:22.726219+02:00", "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.