POST api/Order/PostCashDrawerLog
Post Cash Drawer Log
Request Information
URI Parameters
None.
Body Parameters
Cash Drawer Log Mode
CashDrawerLogName | 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": "b8f24941-85cf-43cd-94ff-ec79454c2523", "<CashDrawerId>k__BackingField": "1f4dc01a-c69d-45be-ad49-fd23997fc139", "<CashDrawer>k__BackingField": { "$id": "2", "Id": "0e2a713a-dcbe-4f75-9bab-816ebb2e4d84", "Name": "sample string 2", "Location": "sample string 3", "UserId": "sample string 4", "TerminalId": "cebf102d-2ecb-4d0e-80e1-9461fb73dcea", "ConnectionString": "sample string 6", "Logs": [ { "$ref": "1" }, { "$ref": "1" } ] }, "<ActivityDate>k__BackingField": "2025-04-04T05:22:56.0400737+02:00", "<ActivityType>k__BackingField": 1, "<UserId>k__BackingField": "sample string 4", "<Amount>k__BackingField": 5.0, "<OrderId>k__BackingField": "11a8b1a9-d22b-48e9-9540-75aa026884af", "<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.