POST api/cashBalancing/{id}/drawer/{drawerID}/operator/{guid}/finalise?machineID={machineID}
Uploads/Updates Operators Cash balancing. This will create a header for that day or will find the header. This is for operator cash up only.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Cash balancing header identifier |
globally unique identifier |
Required |
| guid |
Operator identifier |
globally unique identifier |
Required |
| drawerID |
drawer identifier |
integer |
Default value is 0 |
| machineID |
machine identifier |
integer |
Default value is 0 |
Body Parameters
Cash Balancing Operator data
CashBalancing| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| HeaderIdentifier | Collection of byte |
None. |
|
| HeaderIdentifierGuid | globally unique identifier |
None. |
|
| OperatorG_UID | Collection of byte |
None. |
|
| OperatorGuid | globally unique identifier |
None. |
|
| Date | date |
None. |
|
| DrawerID | integer |
None. |
|
| MachineID | integer |
None. |
|
| ShiftIdentifier | Collection of byte |
None. |
|
| ShiftIdentifierGuid | globally unique identifier |
None. |
|
| OperatorCash | integer |
None. |
|
| ManagerCash | integer |
None. |
|
| ExpectedCash | integer |
None. |
|
| FinalisedCash | integer |
None. |
|
| OperatorCashNote | string |
None. |
|
| ManagerCashNote | string |
None. |
|
| ExpectedPickup | integer |
None. |
|
| PickupCash | integer |
None. |
|
| Start | date |
None. |
|
| End | date |
None. |
|
| OperatorName | string |
Relation. This field may not always be loaded or used for updates. |
|
| OperatorNumber | string |
Relation. This field may not always be loaded or used for updates. |
|
| MachineName | string |
Relation. This field may not always be loaded or used for updates. |
|
| Operators | string |
Relation. This field may not always be loaded or used for updates. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"headerIdentifier": "BhoufUnlzE2mXl9ZzggWzw==",
"headerIdentifierGuid": "7d2e1a06-e549-4dcc-a65e-5f59ce0816cf",
"operatorG_UID": "H8z3vEbLjUeU4BeOF02CWQ==",
"operatorGuid": "bcf7cc1f-cb46-478d-94e0-178e174d8259",
"date": "2026-04-03T06:22:29.6620515",
"drawerID": 4,
"machineID": 5,
"shiftIdentifier": "u6O8zqJNXE6Ct6Uq7ufYkg==",
"shiftIdentifierGuid": "cebca3bb-4da2-4e5c-82b7-a52aeee7d892",
"operatorCash": 6,
"managerCash": 7,
"expectedCash": 8,
"finalisedCash": 9,
"operatorCashNote": "sample string 10",
"managerCashNote": "sample string 11",
"expectedPickup": 12,
"pickupCash": 13,
"start": "2026-04-03T06:22:29.6620515",
"end": "2026-04-03T06:22:29.6620515",
"operatorName": "sample string 16",
"operatorNumber": "sample string 17",
"machineName": "sample string 18",
"operators": "sample string 19"
}
application/xml, text/xml
Sample:
<CashBalancing xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://gapsolutions.com.au/schema/ezimanager"> <Date>2026-04-03T06:22:29.6620515+00:00</Date> <DrawerID>4</DrawerID> <End>2026-04-03T06:22:29.6620515+00:00</End> <ExpectedCash>8</ExpectedCash> <ExpectedPickup>12</ExpectedPickup> <FinalisedCash>9</FinalisedCash> <HeaderIdentifier>BhoufUnlzE2mXl9ZzggWzw==</HeaderIdentifier> <HeaderIdentifierGuid>7d2e1a06-e549-4dcc-a65e-5f59ce0816cf</HeaderIdentifierGuid> <ID>1</ID> <MachineID>5</MachineID> <MachineName>sample string 18</MachineName> <ManagerCash>7</ManagerCash> <ManagerCashNote>sample string 11</ManagerCashNote> <OperatorCash>6</OperatorCash> <OperatorCashNote>sample string 10</OperatorCashNote> <OperatorG_UID>H8z3vEbLjUeU4BeOF02CWQ==</OperatorG_UID> <OperatorGuid>bcf7cc1f-cb46-478d-94e0-178e174d8259</OperatorGuid> <OperatorName>sample string 16</OperatorName> <OperatorNumber>sample string 17</OperatorNumber> <Operators>sample string 19</Operators> <PickupCash>13</PickupCash> <ShiftIdentifier>u6O8zqJNXE6Ct6Uq7ufYkg==</ShiftIdentifier> <ShiftIdentifierGuid>cebca3bb-4da2-4e5c-82b7-a52aeee7d892</ShiftIdentifierGuid> <Start>2026-04-03T06:22:29.6620515+00:00</Start> </CashBalancing>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.