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
PageListOfAccountSubLedger| Name | 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": "IzW/YbPtAEu1PiAPUxuH1A==",
"accountIdentifierGuid": "61bf3523-edb3-4b00-b53e-200f531b87d4",
"customerIdentifier": "taF+UiM5Hk2LUkqUpJCkuQ==",
"customerIdentifierGuid": "527ea1b5-3923-4d1e-8b52-4a94a490a4b9",
"saleIdentifier": "sample string 3",
"saleHeaderID": 4,
"saleDetailID": 1,
"salePaymentID": 1,
"idempotentIdentifier": "e1BQ/AGQKEeeRG9pw7GPJQ==",
"idempotentIdentifierGuid": "fc50507b-9001-4728-9e44-6f69c3b18f25",
"storeID": 5,
"source": "sample string 6",
"customerReference": "sample string 7",
"type": 8,
"amount": 9,
"gstAmount": 10.1,
"transactionTime": "2026-04-03T06:20:56.9194636",
"transactionTimeLocal": "2026-04-03T06:20:56.9194636",
"created": "2026-04-03T06:20:56.9194636",
"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>IzW/YbPtAEu1PiAPUxuH1A==</d2p1:AccountIdentifier>
<d2p1:AccountIdentifierGuid>61bf3523-edb3-4b00-b53e-200f531b87d4</d2p1:AccountIdentifierGuid>
<d2p1:Amount>9</d2p1:Amount>
<d2p1:Created>2026-04-03T06:20:56.9194636+00:00</d2p1:Created>
<d2p1:CustomerIdentifier>taF+UiM5Hk2LUkqUpJCkuQ==</d2p1:CustomerIdentifier>
<d2p1:CustomerIdentifierGuid>527ea1b5-3923-4d1e-8b52-4a94a490a4b9</d2p1:CustomerIdentifierGuid>
<d2p1:CustomerReference>sample string 7</d2p1:CustomerReference>
<d2p1:GstAmount>10.1</d2p1:GstAmount>
<d2p1:ID>1</d2p1:ID>
<d2p1:IdempotentIdentifier>e1BQ/AGQKEeeRG9pw7GPJQ==</d2p1:IdempotentIdentifier>
<d2p1:IdempotentIdentifierGuid>fc50507b-9001-4728-9e44-6f69c3b18f25</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>2026-04-03T06:20:56.9194636+00:00</d2p1:TransactionTime>
<d2p1:TransactionTimeLocal>2026-04-03T06:20:56.9194636+00:00</d2p1:TransactionTimeLocal>
<d2p1:Type>8</d2p1:Type>
</d2p1:AccountSubLedger>
<d2p1:AccountSubLedger>
<d2p1:AccountIdentifier>IzW/YbPtAEu1PiAPUxuH1A==</d2p1:AccountIdentifier>
<d2p1:AccountIdentifierGuid>61bf3523-edb3-4b00-b53e-200f531b87d4</d2p1:AccountIdentifierGuid>
<d2p1:Amount>9</d2p1:Amount>
<d2p1:Created>2026-04-03T06:20:56.9194636+00:00</d2p1:Created>
<d2p1:CustomerIdentifier>taF+UiM5Hk2LUkqUpJCkuQ==</d2p1:CustomerIdentifier>
<d2p1:CustomerIdentifierGuid>527ea1b5-3923-4d1e-8b52-4a94a490a4b9</d2p1:CustomerIdentifierGuid>
<d2p1:CustomerReference>sample string 7</d2p1:CustomerReference>
<d2p1:GstAmount>10.1</d2p1:GstAmount>
<d2p1:ID>1</d2p1:ID>
<d2p1:IdempotentIdentifier>e1BQ/AGQKEeeRG9pw7GPJQ==</d2p1:IdempotentIdentifier>
<d2p1:IdempotentIdentifierGuid>fc50507b-9001-4728-9e44-6f69c3b18f25</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>2026-04-03T06:20:56.9194636+00:00</d2p1:TransactionTime>
<d2p1:TransactionTimeLocal>2026-04-03T06:20:56.9194636+00:00</d2p1:TransactionTimeLocal>
<d2p1:Type>8</d2p1:Type>
</d2p1:AccountSubLedger>
</List>
</PageListOfAccountSubLedgerunXrNFMR>
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Sample:
PK �2�\p�G� 5 xl/workbook.xml � (� ����0��J}�(��W�0�t����D�%���7�ԭ��|�|բ���z$9)[����%c�P�����qm$8/͋i�E�����cI���Nhe1[���a�� �v@tr�P����DH�6{\l����&a[���� ;.�"
$ִ����4�Ĕ��8/x )��5�}�*��n�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="R8a628b9d1c454940" /></Relationships>PK �2�\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 �2�\��/�� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞8i'EM�aö���Q۲]�gc���V� �X��j4��'�|�lvo�D^0������V:5ڡ�S�w춛=N"�hFI^������4J�����hsG�0���0P/�QHWe�iX2�Ig��!:�G�N�f��0}u�
bra���O)�K��L�z�W��J����f
@���b:O����R5/�J��i�Me���Rȗ^:-������s'Y����F��b�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�\���� � 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- �2�\p�G� 5 xl/workbook.xmlPK- �2�\���� � � [Content_Types].xmlPK-
�2�\�,��' ' U _rels/.relsPK- �2�\d��� � xl/worksheets/sheet1.xmlPK- �2�\��/�� P � xl/_rels/workbook.xml.relsPK- �2�\Ѓc'2 E
� xl/styles.xmlPK- �2�\���� � m xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
Sample:
PK �2�\U8� 5 xl/workbook.xml � (� ����0D�&�C���B)��x��}��m�-ik��-H�yۙ�};|��o���G���2��`̷5���ĝ�NC�ҽ�B�X�������s8@P�x�FOW�?,?:��KĠ��AZ���S�����l���o�/��bQĀƒ���Źw%�P�
�G�'M�C��T� �ҝ��8�~W_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�\��U' ' _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="R198a88f124db4304" /></Relationships>PK �2�\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 �2�\���s� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞8
Nb��ݰa[z�I�Ķl��Xp$��U$H%l����I3�����<�qt��UQA��m��)�;��f��Hy"��$������_SՀ����hsǸ0����S/�Q�H��lhX2�Ig��!:cF��N�f��0}u��� B����R���*2ȓ�`��Jj.xcj�D}��L-�����;_��2L3.e�X-�MeP?��/�tZ�j�HŘ�jX�������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�\���� � 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- �2�\U8� 5 xl/workbook.xmlPK- �2�\���� � � [Content_Types].xmlPK-
�2�\��U' ' U _rels/.relsPK- �2�\d��� � xl/worksheets/sheet1.xmlPK- �2�\���s� P � xl/_rels/workbook.xml.relsPK- �2�\Ѓc'2 E
� xl/styles.xmlPK- �2�\���� � l xl/sharedStrings.xmlPK � �