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": "617f72f3-105e-4b8a-92dc-2c651757a6c4",
"<CashDrawerId>k__BackingField": "f203d6c2-2740-4650-b996-36eea4c847e7",
"<CashDrawer>k__BackingField": {
"$id": "2",
"Id": "bb893fb1-bf33-428e-ab47-d3e89267375f",
"Name": "sample string 2",
"Location": "sample string 3",
"UserId": "sample string 4",
"TerminalId": "40246693-0b5a-4412-925c-67627ce75e75",
"ConnectionString": "sample string 6",
"Logs": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
},
"<ActivityDate>k__BackingField": "2026-02-04T04:11:43.2976073+01:00",
"<ActivityType>k__BackingField": 1,
"<UserId>k__BackingField": "sample string 4",
"<Amount>k__BackingField": 5.0,
"<OrderId>k__BackingField": "12eecb5d-1385-4987-b3b8-64ce4c4e0798",
"<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.