POST api/Order/PostCashDrawerLog
Post Cash Drawer Log
Request Information
URI Parameters
None.
Body Parameters
Cash Drawer Log Mode
CashDrawerLog| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| CashDrawerId | globally unique identifier |
None. |
|
| CashDrawer | CashDrawer |
None. |
|
| ActivityDate | date |
None. |
|
| ActivityType | DrawerActivityType |
None. |
|
| UserId | string |
None. |
|
| Amount | decimal number |
None. |
|
| OrderId | globally unique identifier |
None. |
|
| Synced | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"<Id>k__BackingField": "6805b202-3cf2-4c0a-a611-2d88b150f2e5",
"<CashDrawerId>k__BackingField": "554f2624-0b7f-4d5d-9e22-18b46b52b9a2",
"<CashDrawer>k__BackingField": {
"$id": "2",
"Id": "47f15597-8adc-40cb-83c2-128305254b07",
"Name": "sample string 2",
"Location": "sample string 3",
"UserId": "sample string 4",
"TerminalId": "d0d0539f-1f54-4beb-b9ba-f58c428a4ed0",
"ConnectionString": "sample string 6",
"Logs": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
},
"<ActivityDate>k__BackingField": "2026-03-21T23:43:37.6620565+01:00",
"<ActivityType>k__BackingField": 1,
"<UserId>k__BackingField": "sample string 4",
"<Amount>k__BackingField": 5.0,
"<OrderId>k__BackingField": "44c473d0-dfd3-4985-873c-f9cdd992bff7",
"<Synced>k__BackingField": 7
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.