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": "289db23e-e7c5-49cc-8fc1-befc4d92052a",
"<CashDrawerId>k__BackingField": "2b35e47b-a5cb-4b21-a1cc-0d6110911d7d",
"<CashDrawer>k__BackingField": {
"$id": "2",
"Id": "6c463c15-f24c-4fc2-8495-a0a5500b6f2d",
"Name": "sample string 2",
"Location": "sample string 3",
"UserId": "sample string 4",
"TerminalId": "57df90d2-4ced-4c68-b8db-72c78ad87376",
"ConnectionString": "sample string 6",
"Logs": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
},
"<ActivityDate>k__BackingField": "2026-05-06T16:19:20.0793063+02:00",
"<ActivityType>k__BackingField": 1,
"<UserId>k__BackingField": "sample string 4",
"<Amount>k__BackingField": 5.0,
"<OrderId>k__BackingField": "cc00d837-208a-487a-a98d-e7d9c43204f0",
"<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.