POST api/cashBalancing/{id}/operator/{guid}/finalise?drawerID={drawerID}&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": "4oYTuuUjuU+nqST19nvI1w==",
"headerIdentifierGuid": "ba1386e2-23e5-4fb9-a7a9-24f5f67bc8d7",
"operatorG_UID": "yoYPnvqzZEOf+oEhS48vQA==",
"operatorGuid": "9e0f86ca-b3fa-4364-9ffa-81214b8f2f40",
"date": "2026-06-03T18:35:00.6803346",
"drawerID": 4,
"machineID": 5,
"shiftIdentifier": "dNREoqdhokCzcMB/6DAifg==",
"shiftIdentifierGuid": "a244d474-61a7-40a2-b370-c07fe830227e",
"operatorCash": 6,
"managerCash": 7,
"expectedCash": 8,
"finalisedCash": 9,
"operatorCashNote": "sample string 10",
"managerCashNote": "sample string 11",
"expectedPickup": 12,
"pickupCash": 13,
"start": "2026-06-03T18:35:00.6803346",
"end": "2026-06-03T18:35:00.6803346",
"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-06-03T18:35:00.6803346+00:00</Date> <DrawerID>4</DrawerID> <End>2026-06-03T18:35:00.6803346+00:00</End> <ExpectedCash>8</ExpectedCash> <ExpectedPickup>12</ExpectedPickup> <FinalisedCash>9</FinalisedCash> <HeaderIdentifier>4oYTuuUjuU+nqST19nvI1w==</HeaderIdentifier> <HeaderIdentifierGuid>ba1386e2-23e5-4fb9-a7a9-24f5f67bc8d7</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>yoYPnvqzZEOf+oEhS48vQA==</OperatorG_UID> <OperatorGuid>9e0f86ca-b3fa-4364-9ffa-81214b8f2f40</OperatorGuid> <OperatorName>sample string 16</OperatorName> <OperatorNumber>sample string 17</OperatorNumber> <Operators>sample string 19</Operators> <PickupCash>13</PickupCash> <ShiftIdentifier>dNREoqdhokCzcMB/6DAifg==</ShiftIdentifier> <ShiftIdentifierGuid>a244d474-61a7-40a2-b370-c07fe830227e</ShiftIdentifierGuid> <Start>2026-06-03T18:35:00.6803346+00:00</Start> </CashBalancing>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.