GET api/cashBalancing/{id}/operator/{guid}/drawers
Get all cash balancing drawer records for an operator and headers
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 |
Body Parameters
None.
Response Information
Resource Description
Matching Cash Balancing drawer details
Collection of 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. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id": 1,
"headerIdentifier": "ddaWMiPTaUiGIr+qBoJARA==",
"headerIdentifierGuid": "3296d675-d323-4869-8622-bfaa06824044",
"operatorG_UID": "NhYfZl+K1UmwRJiXBup0dQ==",
"operatorGuid": "661f1636-8a5f-49d5-b044-989706ea7475",
"date": "2026-04-03T06:22:56.5089681",
"drawerID": 4,
"machineID": 5,
"shiftIdentifier": "THI3raUcBkW/N9ijf58iHg==",
"shiftIdentifierGuid": "ad37724c-1ca5-4506-bf37-d8a37f9f221e",
"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:56.5089681",
"end": "2026-04-03T06:22:56.5089681",
"operatorName": "sample string 16",
"operatorNumber": "sample string 17",
"machineName": "sample string 18",
"operators": "sample string 19"
},
{
"$ref": "1"
}
]
application/xml, text/xml
Sample:
<ArrayOfCashBalancing xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://gapsolutions.com.au/schema/ezimanager">
<CashBalancing>
<Date>2026-04-03T06:22:56.5089681+00:00</Date>
<DrawerID>4</DrawerID>
<End>2026-04-03T06:22:56.5089681+00:00</End>
<ExpectedCash>8</ExpectedCash>
<ExpectedPickup>12</ExpectedPickup>
<FinalisedCash>9</FinalisedCash>
<HeaderIdentifier>ddaWMiPTaUiGIr+qBoJARA==</HeaderIdentifier>
<HeaderIdentifierGuid>3296d675-d323-4869-8622-bfaa06824044</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>NhYfZl+K1UmwRJiXBup0dQ==</OperatorG_UID>
<OperatorGuid>661f1636-8a5f-49d5-b044-989706ea7475</OperatorGuid>
<OperatorName>sample string 16</OperatorName>
<OperatorNumber>sample string 17</OperatorNumber>
<Operators>sample string 19</Operators>
<PickupCash>13</PickupCash>
<ShiftIdentifier>THI3raUcBkW/N9ijf58iHg==</ShiftIdentifier>
<ShiftIdentifierGuid>ad37724c-1ca5-4506-bf37-d8a37f9f221e</ShiftIdentifierGuid>
<Start>2026-04-03T06:22:56.5089681+00:00</Start>
</CashBalancing>
<CashBalancing>
<Date>2026-04-03T06:22:56.5089681+00:00</Date>
<DrawerID>4</DrawerID>
<End>2026-04-03T06:22:56.5089681+00:00</End>
<ExpectedCash>8</ExpectedCash>
<ExpectedPickup>12</ExpectedPickup>
<FinalisedCash>9</FinalisedCash>
<HeaderIdentifier>ddaWMiPTaUiGIr+qBoJARA==</HeaderIdentifier>
<HeaderIdentifierGuid>3296d675-d323-4869-8622-bfaa06824044</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>NhYfZl+K1UmwRJiXBup0dQ==</OperatorG_UID>
<OperatorGuid>661f1636-8a5f-49d5-b044-989706ea7475</OperatorGuid>
<OperatorName>sample string 16</OperatorName>
<OperatorNumber>sample string 17</OperatorNumber>
<Operators>sample string 19</Operators>
<PickupCash>13</PickupCash>
<ShiftIdentifier>THI3raUcBkW/N9ijf58iHg==</ShiftIdentifier>
<ShiftIdentifierGuid>ad37724c-1ca5-4506-bf37-d8a37f9f221e</ShiftIdentifierGuid>
<Start>2026-04-03T06:22:56.5089681+00:00</Start>
</CashBalancing>
</ArrayOfCashBalancing>
text/csv
Sample:
Sample not available.
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Sample:
PK �2�\��$�� 5 xl/workbook.xml � (� ���� ��&�����=��Ճw,[!-?L}|)M�x�3;�����im�>z0���1����J�<��v����$��خS-4�}k0���D<<*k�T.��+8\ �0�4W��
Blj�P0�,��ԝLD��M�[/�B�k�p�#�(;7Qa��/U�gz* �*đ ������PK �2�\���� � [Content_Types].xml � (� ���J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
�2�\�Tl' ' _rels/.rels � (� <?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="R6643651cd39c48fa" /></Relationships>PK �2�\���� H xl/worksheets/sheet1.xml � (� ��]s�<��
�}A�oelw�&i�~�i����8fjLHܟ_�
�^�Ď��ZV�X�L^�M��s�I���ߋ7�l�l��S�|��׳�6���8.=�o��|����,��*N�"��][fy��m�f�e2�ϳ�Soʐ"�<^G�ݪX%����vJ��1��E�B�ޗJ�d��&��V�u���r꿁�_���٤�$�h��vO�;����\-�>�ذ_V����"^FO��6�~���Ui�$*�<[�O/Mv��4�[��&�r5�M �Hj��SQf�����Q�u��уD`��ZBk>�g���L�^k dL�k9ooo��)(������@�29�����=
��B- �fdz�֫�ԕ�Jɍ�Zё�u����I` �0�>5#zS��Q�!��ʨa=��6�8@0"�m�R�T8�=Hb��̀3R�� �v.�cB >r�ИX���h��fj�B�C��
TB� ��S4N��A�i�(WҎ��Th��]AbQJ �#n�Ǝ��q��M�>e��!��H��2��ݑ�Th, 慙��')yi�Ɠ�s�6B��Iz�XlyRRhZ
����$e/��$���B���{�<*��$϶^^-���Wo�ˢ�}�R�k�yF&��N[o�t�w}�v��>���E��]�O�.�O�.�O�.q�'t����K|tL
��AS��@�X�84ׯ
�Ɓ��~s h�����Aýs h������p h�?��/r�nh�t�=��"GN��~At�:���*�e�O.aw;Hah"����@��P�W�^;d���Pg��kH����\����������8T�[��X��E������}�e�C�@ph���аch�@h�xh�x��C�N
�x����
��
��
��
������aC�aC�9�`�NG��-�B�@ph��� [��Vq����,+���w����PK �2�\����� P xl/_rels/workbook.xml.rels � (� ��An� E��f_���*N6�t���Ɗ
��9[=R�P�J-���&+4��i������m���0:�/�����b��n���$c�̸���Ё�q��4(���[ЦN��,c*�@��r@Z2��>g�5������~T���iF� �W�� F ���D�^^$*�G����
r����_!z3���_��:�a%�u#�F>�J��2Fz�OѧM�Ny�� ע��k��Z�.j��_l� PK �2�\Ѓc'2 E
xl/styles.xml � (� �S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v �F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}� ��LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK �2�\a�9� � xl/sharedStrings.xml � (� ��[o�0F�
�
�Ԥ�<$��橪�Y<,V�P�$�_Wi�&��s�ͱ���y�GTZ��"�. �f�B*�������$�~�X�#j�ե�ƳQ�+�3}�}�t8�ލJK�Q
`�R|=)�;D3�~�@H�5�,ME�x��f<?�Bԥ�o.J�ԥ�g�R���P�p�F����_��<�3����W�`Щ)x�B��-4����N���,�{�?ݹZ \E��'l�5v)$�B�����+����"���/�5�e�f��q���Ol���~����9�Qv��}_�8*gYJy�4�YAsEt�,�� I���6d1�9�-M
�ҽ�F�����%Y�� ��,J6��$
�U��9�Y[�Q:7�0L=�������`���m�l�����}���PK- �2�\��$�� 5 xl/workbook.xmlPK- �2�\���� � � [Content_Types].xmlPK-
�2�\�Tl' ' U _rels/.relsPK- �2�\���� H � xl/worksheets/sheet1.xmlPK- �2�\����� P � xl/_rels/workbook.xml.relsPK- �2�\Ѓc'2 E
+ xl/styles.xmlPK- �2�\a�9� � �
xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
Sample:
PK �2�\�9�'� 5 xl/workbook.xml � (� ����0��&�C�����N\�z�^`+
�'m
>��o�vfg�:k;�Z��#'�J[��{S�$s'm@��V2�}���[��$K��X��Z�A�W�?,g,��
^N+J2�p}< D�fO��2[��Dd
�����"*���
7�3��s�+�bdK�G{M�k��S���"����(�~�_PK �2�\���� � [Content_Types].xml � (� ���J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
�2�\�//�' ' _rels/.rels � (� <?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="R0f3f4b75f5704513" /></Relationships>PK �2�\���� H xl/worksheets/sheet1.xml � (� ��]s�<��
�}A�oelw�&i�~�i����8fjLHܟ_�
�^�Ď��ZV�X�L^�M��s�I���ߋ7�l�l��S�|��׳�6���8.=�o��|����,��*N�"��][fy��m�f�e2�ϳ�Soʐ"�<^G�ݪX%����vJ��1��E�B�ޗJ�d��&��V�u���r꿁�_���٤�$�h��vO�;����\-�>�ذ_V����"^FO��6�~���Ui�$*�<[�O/Mv��4�[��&�r5�M �Hj��SQf�����Q�u��уD`��ZBk>�g���L�^k dL�k9ooo��)(������@�29�����=
��B- �fdz�֫�ԕ�Jɍ�Zё�u����I` �0�>5#zS��Q�!��ʨa=��6�8@0"�m�R�T8�=Hb��̀3R�� �v.�cB >r�ИX���h��fj�B�C��
TB� ��S4N��A�i�(WҎ��Th��]AbQJ �#n�Ǝ��q��M�>e��!��H��2��ݑ�Th, 慙��')yi�Ɠ�s�6B��Iz�XlyRRhZ
����$e/��$���B���{�<*��$϶^^-���Wo�ˢ�}�R�k�yF&��N[o�t�w}�v��>���E��]�O�.�O�.�O�.q�'t����K|tL
��AS��@�X�84ׯ
�Ɓ��~s h�����Aýs h������p h�?��/r�nh�t�=��"GN��~At�:���*�e�O.aw;Hah"����@��P�W�^;d���Pg��kH����\����������8T�[��X��E������}�e�C�@ph���аch�@h�xh�x��C�N
�x����
��
��
��
������aC�aC�9�`�NG��-�B�@ph��� [��Vq����,+���w����PK �2�\���� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞��4q��ݰa[z7'Q;�]�gc���V� �X��j4��'�|�lvo�H^Ї��xƀ�m�l��9� ��f���i"��HZ���>�yMih{�T�܌6u��)��U{RR�XI���Lr����3fh�ѵ� m�L_�?�19(�al��5�,Q�<��NJ��,rnD]�b��M-�ˈ���;_�T��M�8�J+��*�+��9�t�Ӳ�PӈL�2�5��Q������PK �2�\Ѓc'2 E
xl/styles.xml � (� �S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v �F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}� ��LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK �2�\a�9� � xl/sharedStrings.xml � (� ��[o�0F�
�
�Ԥ�<$��橪�Y<,V�P�$�_Wi�&��s�ͱ���y�GTZ��"�. �f�B*�������$�~�X�#j�ե�ƳQ�+�3}�}�t8�ލJK�Q
`�R|=)�;D3�~�@H�5�,ME�x��f<?�Bԥ�o.J�ԥ�g�R���P�p�F����_��<�3����W�`Щ)x�B��-4����N���,�{�?ݹZ \E��'l�5v)$�B�����+����"���/�5�e�f��q���Ol���~����9�Qv��}_�8*gYJy�4�YAsEt�,�� I���6d1�9�-M
�ҽ�F�����%Y�� ��,J6��$
�U��9�Y[�Q:7�0L=�������`���m�l�����}���PK- �2�\�9�'� 5 xl/workbook.xmlPK- �2�\���� � [Content_Types].xmlPK-
�2�\�//�' ' V _rels/.relsPK- �2�\���� H � xl/worksheets/sheet1.xmlPK- �2�\���� P � xl/_rels/workbook.xml.relsPK- �2�\Ѓc'2 E
, xl/styles.xmlPK- �2�\a�9� � �
xl/sharedStrings.xmlPK � �