GET api/account/{id}/accountSubLedger?take={take}&skip={skip}
Get ledger entries for an account
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
account identifier |
globally unique identifier |
Required |
take |
number of account ledger entries to return |
integer |
None. |
skip |
account ledger entry page to skip to |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
PageList of matching account ledger entries
PageListOfAccountSubLedgerName | Description | Type | Additional information |
---|---|---|---|
Type | string |
None. |
|
List | Collection of AccountSubLedger |
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": "AccountSubLedger", "list": [ { "$id": "2", "id": 1, "accountIdentifier": "BmTnl8utqEar8wyBlGuVkQ==", "accountIdentifierGuid": "97e76406-adcb-46a8-abf3-0c81946b9591", "customerIdentifier": "pf7UgbH0R0m4N4I1FShYrQ==", "customerIdentifierGuid": "81d4fea5-f4b1-4947-b837-8235152858ad", "saleIdentifier": "sample string 3", "saleHeaderID": 4, "saleDetailID": 1, "salePaymentID": 1, "idempotentIdentifier": "VxRLSukikUaIO9nST6XjkQ==", "idempotentIdentifierGuid": "4a4b1457-22e9-4691-883b-d9d24fa5e391", "storeID": 5, "source": "sample string 6", "customerReference": "sample string 7", "type": 8, "amount": 9, "gstAmount": 10.1, "transactionTime": "2025-08-02T23:22:04.9055155", "transactionTimeLocal": "2025-08-02T23:22:04.9055155", "created": "2025-08-02T23:22:04.9055155", "runningBalance": 14, "storeName": "sample string 15" }, { "$ref": "2" } ], "skip": 1, "take": 1, "totalCount": 1 }
application/xml, text/xml
Sample:
<PageListOfAccountSubLedgerunXrNFMR 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://schemas.datacontract.org/2004/07/EziManager.Models.EMC.Customers"> <d2p1:AccountSubLedger> <d2p1:AccountIdentifier>BmTnl8utqEar8wyBlGuVkQ==</d2p1:AccountIdentifier> <d2p1:AccountIdentifierGuid>97e76406-adcb-46a8-abf3-0c81946b9591</d2p1:AccountIdentifierGuid> <d2p1:Amount>9</d2p1:Amount> <d2p1:Created>2025-08-02T23:22:04.9055155+00:00</d2p1:Created> <d2p1:CustomerIdentifier>pf7UgbH0R0m4N4I1FShYrQ==</d2p1:CustomerIdentifier> <d2p1:CustomerIdentifierGuid>81d4fea5-f4b1-4947-b837-8235152858ad</d2p1:CustomerIdentifierGuid> <d2p1:CustomerReference>sample string 7</d2p1:CustomerReference> <d2p1:GstAmount>10.1</d2p1:GstAmount> <d2p1:ID>1</d2p1:ID> <d2p1:IdempotentIdentifier>VxRLSukikUaIO9nST6XjkQ==</d2p1:IdempotentIdentifier> <d2p1:IdempotentIdentifierGuid>4a4b1457-22e9-4691-883b-d9d24fa5e391</d2p1:IdempotentIdentifierGuid> <d2p1:RunningBalance>14</d2p1:RunningBalance> <d2p1:SaleDetailID>1</d2p1:SaleDetailID> <d2p1:SaleHeaderID>4</d2p1:SaleHeaderID> <d2p1:SaleIdentifier>sample string 3</d2p1:SaleIdentifier> <d2p1:SalePaymentID>1</d2p1:SalePaymentID> <d2p1:Source>sample string 6</d2p1:Source> <d2p1:StoreID>5</d2p1:StoreID> <d2p1:StoreName>sample string 15</d2p1:StoreName> <d2p1:TransactionTime>2025-08-02T23:22:04.9055155+00:00</d2p1:TransactionTime> <d2p1:TransactionTimeLocal>2025-08-02T23:22:04.9055155+00:00</d2p1:TransactionTimeLocal> <d2p1:Type>8</d2p1:Type> </d2p1:AccountSubLedger> <d2p1:AccountSubLedger> <d2p1:AccountIdentifier>BmTnl8utqEar8wyBlGuVkQ==</d2p1:AccountIdentifier> <d2p1:AccountIdentifierGuid>97e76406-adcb-46a8-abf3-0c81946b9591</d2p1:AccountIdentifierGuid> <d2p1:Amount>9</d2p1:Amount> <d2p1:Created>2025-08-02T23:22:04.9055155+00:00</d2p1:Created> <d2p1:CustomerIdentifier>pf7UgbH0R0m4N4I1FShYrQ==</d2p1:CustomerIdentifier> <d2p1:CustomerIdentifierGuid>81d4fea5-f4b1-4947-b837-8235152858ad</d2p1:CustomerIdentifierGuid> <d2p1:CustomerReference>sample string 7</d2p1:CustomerReference> <d2p1:GstAmount>10.1</d2p1:GstAmount> <d2p1:ID>1</d2p1:ID> <d2p1:IdempotentIdentifier>VxRLSukikUaIO9nST6XjkQ==</d2p1:IdempotentIdentifier> <d2p1:IdempotentIdentifierGuid>4a4b1457-22e9-4691-883b-d9d24fa5e391</d2p1:IdempotentIdentifierGuid> <d2p1:RunningBalance>14</d2p1:RunningBalance> <d2p1:SaleDetailID>1</d2p1:SaleDetailID> <d2p1:SaleHeaderID>4</d2p1:SaleHeaderID> <d2p1:SaleIdentifier>sample string 3</d2p1:SaleIdentifier> <d2p1:SalePaymentID>1</d2p1:SalePaymentID> <d2p1:Source>sample string 6</d2p1:Source> <d2p1:StoreID>5</d2p1:StoreID> <d2p1:StoreName>sample string 15</d2p1:StoreName> <d2p1:TransactionTime>2025-08-02T23:22:04.9055155+00:00</d2p1:TransactionTime> <d2p1:TransactionTimeLocal>2025-08-02T23:22:04.9055155+00:00</d2p1:TransactionTimeLocal> <d2p1:Type>8</d2p1:Type> </d2p1:AccountSubLedger> </List> </PageListOfAccountSubLedgerunXrNFMR>
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Sample:
PK º[Õ� 5 xl/workbook.xml � (� ����0��&�C���� '.^=x_�V�O�||�o�vfg��r4�ӓ��/\E�l���*�cQO;a��0I�bFɱ1��Pv:S�p� �����.�X�:��w�A J�Դ��)�f���r2ֺ�I�b��2¶����m %ѹ�M(q���{³��5=���IN7�+����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 º[�Qp�' ' _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="R2ed3142ac4ab498e" /></Relationships>PK º[d��� xl/worksheets/sheet1.xml � (� ��Mo�0����{�XQ�ݨ�U=�g�b��]��k!ٰJ��5�;~gF.�U.�X���C �Z7r8����O���Q�'� ���3%�;��u'��>���Zmw�h�H����^�g%�(�)2���_e;y�p��/������K).X���'�����dw����O)F�&S'��~�ߚ��� �.�n@#Z~��=~��9?�$hj���JN��@���e�:�E�Y�SLH�2�uZ�Z�/Uf=]�t�g8JFr�z��E�9[�yDb���c]�����%�.ym�D��,�8e9f�M=��F��W��#0!�OуmX�����T�@�I����&�l zM��&["^ �m���w��$�o����F_�r�۹�)z3�ο$a�v�����PK º[���.� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞8&Դ�nؖ^���8jbG�[��Xp$��U$p%l*�4������|�Xm�扜Ї��XQA+����1�6��'�F0�HzbC&��� �"nA�&��Y�T��.BĀ�*˚���L�?/���z��u�8�����`#����~Z�^+ȓ�a�d�(ݵ��мfz3���_��:�i;&8�^X�[U�T���9��ӹS���dSuꡩR�\r��ѫ�XPK º[Ѓ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 º[���� � xl/sharedStrings.xml � (� e��N�0D���� %�PT�4��B�8�Ī�� "|=nBJ�3��M�� ^|B"��k�����a_�����N b�����3��� b��H���{���8��S0�e�5� LG ��W��C)l��Ky+ń�c��Og�� ��y�BsU���v�x��n\z�9^t��Ɵ)�������t=��LA��{���"��Yu�~�~�Ơ�]��<�mS�z"�!������wV?PK- º[Õ� 5 xl/workbook.xmlPK- º[���� � [Content_Types].xmlPK- º[�Qp�' ' V _rels/.relsPK- º[d��� � xl/worksheets/sheet1.xmlPK- º[���.� P � xl/_rels/workbook.xml.relsPK- º[Ѓc'2 E � xl/styles.xmlPK- º[���� � n xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
Sample:
PK º[��t\� 5 xl/workbook.xml � (� ����0��&�C��h�N\�z�^�" �'m >��o�vfg�:k;�Z��#'�J[��{S�� ���6�®�V2�}���C��[���$�01/�r�0��X�X`� ��V�dB��x@�.͞fe0�����"�)a�ETH1 n�gE��U���-EE�_[�fi~+Ҏ����a�l��/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 º[5�a�' ' _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="R82f62a3f9a1f4df4" /></Relationships>PK º[d��� xl/worksheets/sheet1.xml � (� ��Mo�0����{�XQ�ݨ�U=�g�b��]��k!ٰJ��5�;~gF.�U.�X���C �Z7r8����O���Q�'� ���3%�;��u'��>���Zmw�h�H����^�g%�(�)2���_e;y�p��/������K).X���'�����dw����O)F�&S'��~�ߚ��� �.�n@#Z~��=~��9?�$hj���JN��@���e�:�E�Y�SLH�2�uZ�Z�/Uf=]�t�g8JFr�z��E�9[�yDb���c]�����%�.ym�D��,�8e9f�M=��F��W��#0!�OуmX�����T�@�I����&�l zM��&["^ �m���w��$�o����F_�r�۹�)z3�ο$a�v�����PK º[T�1�� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞8 N���tö�{�Q;��B�Ƃ#q�"A*�`��h~OO��|�Xoߦ�������$FFY=���Sh*�n�{1� ��gq����'ν�iB�ؙL��Mb�:>�:bG<OӒ�%n��p��?D۶���U��L��_�;��( ;��(��S���$R�=��R��F5�XURh��wS��2�����2m�7��¼�J�w��ё~ .^z�,/Ԅ�Z�R�.JQ���o�b�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 º[���� � xl/sharedStrings.xml � (� e��N�0D���� %�PT�4��B�8�Ī�� "|=nBJ�3��M�� ^|B"��k�����a_�����N b�����3��� b��H���{���8��S0�e�5� LG ��W��C)l��Ky+ń�c��Og�� ��y�BsU���v�x��n\z�9^t��Ɵ)�������t=��LA��{���"��Yu�~�~�Ơ�]��<�mS�z"�!������wV?PK- º[��t\� 5 xl/workbook.xmlPK- º[���� � [Content_Types].xmlPK- º[5�a�' ' V _rels/.relsPK- º[d��� � xl/worksheets/sheet1.xmlPK- º[T�1�� P � xl/_rels/workbook.xml.relsPK- º[Ѓc'2 E � xl/styles.xmlPK- º[���� � n xl/sharedStrings.xmlPK � �