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": "1219c75c-b0d1-41bd-8b06-d7a73d8ed1e6",
"<CashDrawerId>k__BackingField": "050ca94d-163b-4666-ac4e-27ac60aa6a8c",
"<CashDrawer>k__BackingField": {
"$id": "2",
"Id": "58cc9874-1ea1-4e9b-888a-e582b13f8032",
"Name": "sample string 2",
"Location": "sample string 3",
"UserId": "sample string 4",
"TerminalId": "7691260f-4f95-4037-a951-a0e2be7fc2b6",
"ConnectionString": "sample string 6",
"Logs": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
},
"<ActivityDate>k__BackingField": "2026-08-06T01:31:25.0641921+02:00",
"<ActivityType>k__BackingField": 1,
"<UserId>k__BackingField": "sample string 4",
"<Amount>k__BackingField": 5.0,
"<OrderId>k__BackingField": "672aab05-63b7-4df1-866d-25582838c701",
"<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.