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
PageListOfCashBalancingName | 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": "+5jKfBYDT0aLmwx5nlnqnw==", "headerIdentifierGuid": "7cca98fb-0316-464f-8b9b-0c799e59ea9f", "operatorG_UID": "ym/bC37v20mQP7Acsi4Exg==", "operatorGuid": "0bdb6fca-ef7e-49db-903f-b01cb22e04c6", "date": "2025-06-14T07:40:11.504343", "operatorCash": 4, "drawerID": 5, "machineID": 6, "managerCash": 7, "expectedCash": 8, "finalisedCash": 9, "operatorCashNote": "sample string 10", "managerCashNote": "sample string 11", "expectedPickup": 12, "pickupCash": 13, "start": "2025-06-14T07:40:11.504343", "end": "2025-06-14T07:40:11.504343", "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>2025-06-14T07:40:11.504343+00:00</d2p1:Date> <d2p1:DrawerID>5</d2p1:DrawerID> <d2p1:End>2025-06-14T07:40:11.504343+00:00</d2p1:End> <d2p1:ExpectedCash>8</d2p1:ExpectedCash> <d2p1:ExpectedPickup>12</d2p1:ExpectedPickup> <d2p1:FinalisedCash>9</d2p1:FinalisedCash> <d2p1:HeaderIdentifier>+5jKfBYDT0aLmwx5nlnqnw==</d2p1:HeaderIdentifier> <d2p1:HeaderIdentifierGuid>7cca98fb-0316-464f-8b9b-0c799e59ea9f</d2p1:HeaderIdentifierGuid> <d2p1:ID>1</d2p1:ID> <d2p1:MachineID>6</d2p1:MachineID> <d2p1:MachineName>sample string 18</d2p1:MachineName> <d2p1:ManagerCash>7</d2p1:ManagerCash> <d2p1:ManagerCashNote>sample string 11</d2p1:ManagerCashNote> <d2p1:OperatorCash>4</d2p1:OperatorCash> <d2p1:OperatorCashNote>sample string 10</d2p1:OperatorCashNote> <d2p1:OperatorG_UID>ym/bC37v20mQP7Acsi4Exg==</d2p1:OperatorG_UID> <d2p1:OperatorGuid>0bdb6fca-ef7e-49db-903f-b01cb22e04c6</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:Start>2025-06-14T07:40:11.504343+00:00</d2p1:Start> </d2p1:CashBalancing> <d2p1:CashBalancing> <d2p1:Date>2025-06-14T07:40:11.504343+00:00</d2p1:Date> <d2p1:DrawerID>5</d2p1:DrawerID> <d2p1:End>2025-06-14T07:40:11.504343+00:00</d2p1:End> <d2p1:ExpectedCash>8</d2p1:ExpectedCash> <d2p1:ExpectedPickup>12</d2p1:ExpectedPickup> <d2p1:FinalisedCash>9</d2p1:FinalisedCash> <d2p1:HeaderIdentifier>+5jKfBYDT0aLmwx5nlnqnw==</d2p1:HeaderIdentifier> <d2p1:HeaderIdentifierGuid>7cca98fb-0316-464f-8b9b-0c799e59ea9f</d2p1:HeaderIdentifierGuid> <d2p1:ID>1</d2p1:ID> <d2p1:MachineID>6</d2p1:MachineID> <d2p1:MachineName>sample string 18</d2p1:MachineName> <d2p1:ManagerCash>7</d2p1:ManagerCash> <d2p1:ManagerCashNote>sample string 11</d2p1:ManagerCashNote> <d2p1:OperatorCash>4</d2p1:OperatorCash> <d2p1:OperatorCashNote>sample string 10</d2p1:OperatorCashNote> <d2p1:OperatorG_UID>ym/bC37v20mQP7Acsi4Exg==</d2p1:OperatorG_UID> <d2p1:OperatorGuid>0bdb6fca-ef7e-49db-903f-b01cb22e04c6</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:Start>2025-06-14T07:40:11.504343+00:00</d2p1:Start> </d2p1:CashBalancing> </List> </PageListOfCashBalancingpECW3qp9>
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Sample:
PK =�ZH#� 5 xl/workbook.xml � (� ����0��&�C��*�� '.^=x_�V�O�||�o�vfg��b4�o���G �箤]6g��������0NA��{1#��X�V�;�W�p� �����.�X�:��w�A J�Դ��)�fO���r2ֺ�I�b��"¶����%�! %ѹ�%=Q�r9 �,M.�m��4�YB7�+����PK =�Z���� � [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 =�Z@��' ' _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="Rca27450479a94028" /></Relationships>PK =�Z��,� 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 =�Z��4:� P xl/_rels/workbook.xml.rels � (� ��An� E��f_c�8v��l��6�(Ɗ HӜ���W(J�֑��&+4��i������m�+�88ˡ*J h�S��9��~�`�Y�q)߈f��'6r0)��Q�D,�G�;څI�\��z!��G�(�% s�2����?D�� ���ӄ6��g�� & zL~�H�GUd*����X�h�"�Z2&���ZL���w=�Q���T�hʶee��*cD@��B���i���R�11�j�Y��Fo���PK =�ZЃ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 =�Z�ˏ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- =�ZH#� 5 xl/workbook.xmlPK- =�Z���� � [Content_Types].xmlPK- =�Z@��' ' V _rels/.relsPK- =�Z��,� � xl/worksheets/sheet1.xmlPK- =�Z��4:� P � xl/_rels/workbook.xml.relsPK- =�ZЃc'2 E � xl/styles.xmlPK- =�Z�ˏf� � m xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
Sample:
PK =�Z�498� 5 xl/workbook.xml � (� ����0��&�C��J� )��x��}�Eh�ik���'�x�3;��ȑ\_���3��.� ��5�Y4Ӯ%�!Lҽ���������ϱp8@Pd|���+�����b�ÊҠ/�����p��l2���oJ.��bQ̀Ɯ���Ź79�p�25 ��J�(�Eqsm����&����PK =�Z���� � [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 =�Z�_� ' ' _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="R6517579671494a5a" /></Relationships>PK =�Z��,� 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 =�Z�f.� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞81Iꢺݰa[z&q�Ďl��Xp$��U$H%l����I3�����4�q�N@U�@�io�8���n���(S��v�#�+. �)��Fmq���3���|�d�i��,�Q�HYY�4,p�$���!��4>z}�Х?��Շc�� �A����R��P� ���K\�u�x�ZSw��7S��<b����2���I��Q���n*ce@�B���iY^��Xm�*%������PK =�ZЃ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 =�Z�ˏ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- =�Z�498� 5 xl/workbook.xmlPK- =�Z���� � [Content_Types].xmlPK- =�Z�_� ' ' V _rels/.relsPK- =�Z��,� � xl/worksheets/sheet1.xmlPK- =�Z�f.� P � xl/_rels/workbook.xml.relsPK- =�ZЃc'2 E � xl/styles.xmlPK- =�Z�ˏf� � l xl/sharedStrings.xmlPK � �