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": "20307b1e-af21-418c-bee3-d0ee91926279",
"OrderTotal": 3.0,
"VatAmount": 4.0,
"CashBack": 5.0,
"SendDate": "2026-02-04T04:07:31.2766032+01: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.