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": "fc12b1db-85a1-4364-9f38-f565c73ed455",
"OrderTotal": 3.0,
"VatAmount": 4.0,
"CashBack": 5.0,
"SendDate": "2026-08-06T01:26:34.8420474+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.