POST api/Setting/PostDeviceLog
Request Information
URI Parameters
None.
Body Parameters
PaymentDeviceLog| Name | 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": "0b8c5e85-1d4b-4e38-a62a-16736ff4c7b9",
"OrderTotal": 3.0,
"VatAmount": 4.0,
"CashBack": 5.0,
"SendDate": "2026-06-21T22:45:05.0855493+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.