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": "a2412d15-88df-4d55-839c-247c57f79b6c",
"<CashDrawerId>k__BackingField": "217a1300-bbdd-442b-bc49-37f217f292d0",
"<CashDrawer>k__BackingField": {
"$id": "2",
"Id": "6de96e70-ce1c-4fa4-b1b8-17e374494848",
"Name": "sample string 2",
"Location": "sample string 3",
"UserId": "sample string 4",
"TerminalId": "82525c30-8804-4042-af1b-54e54c6d9b6d",
"ConnectionString": "sample string 6",
"Logs": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
},
"<ActivityDate>k__BackingField": "2026-09-20T02:06:10.2169534+02:00",
"<ActivityType>k__BackingField": 1,
"<UserId>k__BackingField": "sample string 4",
"<Amount>k__BackingField": 5.0,
"<OrderId>k__BackingField": "f671e4b4-7d5c-4473-a4fb-4bd19e9a3d2b",
"<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.