GET api/cashBalancing/{id}/details
List the cash balancing details (operator/ drawer/ machine)
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Cash balancing header identifier |
globally unique identifier |
Required |
| HeaderIdentifier | Collection of byte |
None. |
|
| HeaderIdentifierGuid |
Identifier of the cash balancing header record |
globally unique identifier |
None. |
| DrawerManagement | CashBalancingDrawerManagement |
None. |
|
| Take | integer |
None. |
|
| Skip | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
List of match cash balancing detail records
PageListOfCashBalancing| Name | Description | Type | Additional information |
|---|---|---|---|
| Type | string |
None. |
|
| List | Collection of CashBalancing |
None. |
|
| Skip |
Number of records to skip over |
integer |
None. |
| Take |
Number of records to take |
integer |
None. |
| TotalCount | integer |
Relation. This field may not always be loaded or used for updates. |
Response Formats
application/json, text/json
Sample:
{
"type": "CashBalancing",
"list": [
{
"$id": "2",
"id": 1,
"headerIdentifier": "KXqHWPwp6EW8fvjDtMuyNw==",
"headerIdentifierGuid": "58877a29-29fc-45e8-bc7e-f8c3b4cbb237",
"operatorG_UID": "9zg7l2TpXkKdi+20sPdBvQ==",
"operatorGuid": "973b38f7-e964-425e-9d8b-edb4b0f741bd",
"date": "2026-06-03T18:37:00.8674158",
"drawerID": 4,
"machineID": 5,
"shiftIdentifier": "qtINNKtU2kujhNudEF6Jug==",
"shiftIdentifierGuid": "340dd2aa-54ab-4bda-a384-db9d105e89ba",
"operatorCash": 6,
"managerCash": 7,
"expectedCash": 8,
"finalisedCash": 9,
"operatorCashNote": "sample string 10",
"managerCashNote": "sample string 11",
"expectedPickup": 12,
"pickupCash": 13,
"start": "2026-06-03T18:37:00.8674158",
"end": "2026-06-03T18:37:00.8674158",
"operatorName": "sample string 16",
"operatorNumber": "sample string 17",
"machineName": "sample string 18",
"operators": "sample string 19"
},
{
"$ref": "2"
}
],
"skip": 1,
"take": 1,
"totalCount": 1
}
application/xml, text/xml
Sample:
<PageListOfCashBalancingpECW3qp9 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.Common">
<Skip>1</Skip>
<Take>1</Take>
<TotalCount>1</TotalCount>
<List xmlns:d2p1="http://gapsolutions.com.au/schema/ezimanager">
<d2p1:CashBalancing>
<d2p1:Date>2026-06-03T18:37:00.8674158+00:00</d2p1:Date>
<d2p1:DrawerID>4</d2p1:DrawerID>
<d2p1:End>2026-06-03T18:37:00.8674158+00:00</d2p1:End>
<d2p1:ExpectedCash>8</d2p1:ExpectedCash>
<d2p1:ExpectedPickup>12</d2p1:ExpectedPickup>
<d2p1:FinalisedCash>9</d2p1:FinalisedCash>
<d2p1:HeaderIdentifier>KXqHWPwp6EW8fvjDtMuyNw==</d2p1:HeaderIdentifier>
<d2p1:HeaderIdentifierGuid>58877a29-29fc-45e8-bc7e-f8c3b4cbb237</d2p1:HeaderIdentifierGuid>
<d2p1:ID>1</d2p1:ID>
<d2p1:MachineID>5</d2p1:MachineID>
<d2p1:MachineName>sample string 18</d2p1:MachineName>
<d2p1:ManagerCash>7</d2p1:ManagerCash>
<d2p1:ManagerCashNote>sample string 11</d2p1:ManagerCashNote>
<d2p1:OperatorCash>6</d2p1:OperatorCash>
<d2p1:OperatorCashNote>sample string 10</d2p1:OperatorCashNote>
<d2p1:OperatorG_UID>9zg7l2TpXkKdi+20sPdBvQ==</d2p1:OperatorG_UID>
<d2p1:OperatorGuid>973b38f7-e964-425e-9d8b-edb4b0f741bd</d2p1:OperatorGuid>
<d2p1:OperatorName>sample string 16</d2p1:OperatorName>
<d2p1:OperatorNumber>sample string 17</d2p1:OperatorNumber>
<d2p1:Operators>sample string 19</d2p1:Operators>
<d2p1:PickupCash>13</d2p1:PickupCash>
<d2p1:ShiftIdentifier>qtINNKtU2kujhNudEF6Jug==</d2p1:ShiftIdentifier>
<d2p1:ShiftIdentifierGuid>340dd2aa-54ab-4bda-a384-db9d105e89ba</d2p1:ShiftIdentifierGuid>
<d2p1:Start>2026-06-03T18:37:00.8674158+00:00</d2p1:Start>
</d2p1:CashBalancing>
<d2p1:CashBalancing>
<d2p1:Date>2026-06-03T18:37:00.8674158+00:00</d2p1:Date>
<d2p1:DrawerID>4</d2p1:DrawerID>
<d2p1:End>2026-06-03T18:37:00.8674158+00:00</d2p1:End>
<d2p1:ExpectedCash>8</d2p1:ExpectedCash>
<d2p1:ExpectedPickup>12</d2p1:ExpectedPickup>
<d2p1:FinalisedCash>9</d2p1:FinalisedCash>
<d2p1:HeaderIdentifier>KXqHWPwp6EW8fvjDtMuyNw==</d2p1:HeaderIdentifier>
<d2p1:HeaderIdentifierGuid>58877a29-29fc-45e8-bc7e-f8c3b4cbb237</d2p1:HeaderIdentifierGuid>
<d2p1:ID>1</d2p1:ID>
<d2p1:MachineID>5</d2p1:MachineID>
<d2p1:MachineName>sample string 18</d2p1:MachineName>
<d2p1:ManagerCash>7</d2p1:ManagerCash>
<d2p1:ManagerCashNote>sample string 11</d2p1:ManagerCashNote>
<d2p1:OperatorCash>6</d2p1:OperatorCash>
<d2p1:OperatorCashNote>sample string 10</d2p1:OperatorCashNote>
<d2p1:OperatorG_UID>9zg7l2TpXkKdi+20sPdBvQ==</d2p1:OperatorG_UID>
<d2p1:OperatorGuid>973b38f7-e964-425e-9d8b-edb4b0f741bd</d2p1:OperatorGuid>
<d2p1:OperatorName>sample string 16</d2p1:OperatorName>
<d2p1:OperatorNumber>sample string 17</d2p1:OperatorNumber>
<d2p1:Operators>sample string 19</d2p1:Operators>
<d2p1:PickupCash>13</d2p1:PickupCash>
<d2p1:ShiftIdentifier>qtINNKtU2kujhNudEF6Jug==</d2p1:ShiftIdentifier>
<d2p1:ShiftIdentifierGuid>340dd2aa-54ab-4bda-a384-db9d105e89ba</d2p1:ShiftIdentifierGuid>
<d2p1:Start>2026-06-03T18:37:00.8674158+00:00</d2p1:Start>
</d2p1:CashBalancing>
</List>
</PageListOfCashBalancingpECW3qp9>
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Sample:
PK ���\�8��� 5 xl/workbook.xml � (� ����0��&�C�� �R8q����
�m�?ik��-%�x�3;���ٸ�Ø��I��5T�`k�|/P�?�:�F��(ݓ�q�=v�+ԁ���d'�h/��t�����!^ 5�(R��x �/��g�d4���I�b�)�`�ERD�v���\��攸Z��6��P!b��*+���a�m��/PK ���\���� � [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
���\���' ' _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="R380158afb7d64fde" /></Relationships>PK ���\��,� xl/worksheets/sheet1.xml � (� ��]O�0��J�{i)����;�^W(��K�
�� :Y墜�<��{N�t�!pbJs�f��0�-d��]���Y�u�vR�u͘o�Je�6�BH5T{��Z����ح�!YU�`Yk
"�H��{���Aá�_j�b�tD3���0OKn���bUo�Ֆ@������u�G�Nޥ����2�رh?�ß(YE��y��#���!ENS�F�ޏA?ܿ㥩mz�0 1H%Gm�x�_U=�d�/Y�da?�$�]��`�'��D�u����F]�ݯ��Y��A���E=��f���橒P.m��ѭ
��;lm�����z�H�� ������̉��Ήp"��=y'���L��>'�_�}m�䶗s�S�c�}JL=Hi�rw2=��PK ���\��A�� P xl/_rels/workbook.xml.rels � (� ��An� E��f_cl�.U�l��6�0l+6 is�.z�^�(�Z"u�MVh���������2�3:?��r ���'=�p
�����g�
?N֓�D����^����:v�q��t�Bŀ���Lr�X��(5I|6���qG?" �-�D�^�E*�]�¾�
�����K �nj>\f�^�u"S���]��y�$���(�/��M�Ni�Ω�VM�\�+QU��ћ��PK ���\Ѓ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 ���\�ˏf� � xl/sharedStrings.xml � (� eP�N�0���ﶜjpQr�"O�1qSVh�l�]�����#�8����ɷ�CP8��T�ɴBr������;�Ҋ�� � k�-sfQIJ\�^d���]���#R���i Ip�,�B�=���gم��V.�$���j&�>c��S�/s)�e��J����<˚{��q�5�?�6Q S֗
��� �R���S��I���=Nޙ�7���ݗ�����Ա��fWW��&G����/��%�oPK- ���\�8��� 5 xl/workbook.xmlPK- ���\���� � � [Content_Types].xmlPK-
���\���' ' T _rels/.relsPK- ���\��,� � xl/worksheets/sheet1.xmlPK- ���\��A�� P � xl/_rels/workbook.xml.relsPK- ���\Ѓc'2 E
� xl/styles.xmlPK- ���\�ˏf� � k xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
Sample:
PK ���\��ģ� 5 xl/workbook.xml � (� ����0��&�C���b�N\�z�^�V�O�||K $���~;t2nx3����\��lE��zP��w�8�B��E����to:��x�#�h�K��B����}Ը��7�Btn��0�$��֝MD��M��.�B�)�q��(97^�#W�8�����3Q��s!�����w�PK ���\���� � [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
���\Vf��' ' _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="R05cc809eda6d4355" /></Relationships>PK ���\��,� xl/worksheets/sheet1.xml � (� ��]O�0��J�{i)����;�^W(��K�
�� :Y墜�<��{N�t�!pbJs�f��0�-d��]���Y�u�vR�u͘o�Je�6�BH5T{��Z����ح�!YU�`Yk
"�H��{���Aá�_j�b�tD3���0OKn���bUo�Ֆ@������u�G�Nޥ����2�رh?�ß(YE��y��#���!ENS�F�ޏA?ܿ㥩mz�0 1H%Gm�x�_U=�d�/Y�da?�$�]��`�'��D�u����F]�ݯ��Y��A���E=��f���橒P.m��ѭ
��;lm�����z�H�� ������̉��Ήp"��=y'���L��>'�_�}m�䶗s�S�c�}JL=Hi�rw2=��PK ���\ʫr�� P xl/_rels/workbook.xml.rels � (� ��Mn� F��f_c���8�t�m� �, ms�.z�^���ZGꢛ��|OO3|�l�o�D^Ї��X�A+����9��������F0�HzbC&�eCi�g2��M��,b*�@!Ob@Z�yC���Lr�,���z����yF� �W�O� F G��=�D�~,KT O��C�;U+�4/yUk
��M-�˄���Z�dx��aS��U�k�*c�G�}���i��J�[�x�i�+]^�Do���PK ���\Ѓ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 ���\�ˏf� � xl/sharedStrings.xml � (� eP�N�0���ﶜjpQr�"O�1qSVh�l�]�����#�8����ɷ�CP8��T�ɴBr������;�Ҋ�� � k�-sfQIJ\�^d���]���#R���i Ip�,�B�=���gم��V.�$���j&�>c��S�/s)�e��J����<˚{��q�5�?�6Q S֗
��� �R���S��I���=Nޙ�7���ݗ�����Ա��fWW��&G����/��%�oPK- ���\��ģ� 5 xl/workbook.xmlPK- ���\���� � [Content_Types].xmlPK-
���\Vf��' ' V _rels/.relsPK- ���\��,� � xl/worksheets/sheet1.xmlPK- ���\ʫr�� P � xl/_rels/workbook.xml.relsPK- ���\Ѓc'2 E
� xl/styles.xmlPK- ���\�ˏf� � l xl/sharedStrings.xmlPK � �