GET api/account/{id}/accountSubLedger?take={take}&skip={skip}

Get ledger entries for an account

Request Information

URI Parameters

NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional 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": "roMrh8vKPk6MPorMJSuWiQ==",
      "accountIdentifierGuid": "872b83ae-cacb-4e3e-8c3e-8acc252b9689",
      "customerIdentifier": "5KZ1CATXL0GYB1Fi8Om30Q==",
      "customerIdentifierGuid": "0875a6e4-d704-412f-9807-5162f0e9b7d1",
      "saleIdentifier": "sample string 3",
      "saleHeaderID": 4,
      "saleDetailID": 1,
      "salePaymentID": 1,
      "idempotentIdentifier": "k6VemGMuMUipYtzqeQh9SQ==",
      "idempotentIdentifierGuid": "985ea593-2e63-4831-a962-dcea79087d49",
      "storeID": 5,
      "source": "sample string 6",
      "customerReference": "sample string 7",
      "type": 8,
      "amount": 9,
      "gstAmount": 10.1,
      "transactionTime": "2025-06-14T07:24:45.7148262",
      "transactionTimeLocal": "2025-06-14T07:24:45.7148262",
      "created": "2025-06-14T07:24:45.7148262",
      "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>roMrh8vKPk6MPorMJSuWiQ==</d2p1:AccountIdentifier>
      <d2p1:AccountIdentifierGuid>872b83ae-cacb-4e3e-8c3e-8acc252b9689</d2p1:AccountIdentifierGuid>
      <d2p1:Amount>9</d2p1:Amount>
      <d2p1:Created>2025-06-14T07:24:45.7148262+00:00</d2p1:Created>
      <d2p1:CustomerIdentifier>5KZ1CATXL0GYB1Fi8Om30Q==</d2p1:CustomerIdentifier>
      <d2p1:CustomerIdentifierGuid>0875a6e4-d704-412f-9807-5162f0e9b7d1</d2p1:CustomerIdentifierGuid>
      <d2p1:CustomerReference>sample string 7</d2p1:CustomerReference>
      <d2p1:GstAmount>10.1</d2p1:GstAmount>
      <d2p1:ID>1</d2p1:ID>
      <d2p1:IdempotentIdentifier>k6VemGMuMUipYtzqeQh9SQ==</d2p1:IdempotentIdentifier>
      <d2p1:IdempotentIdentifierGuid>985ea593-2e63-4831-a962-dcea79087d49</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-06-14T07:24:45.7148262+00:00</d2p1:TransactionTime>
      <d2p1:TransactionTimeLocal>2025-06-14T07:24:45.7148262+00:00</d2p1:TransactionTimeLocal>
      <d2p1:Type>8</d2p1:Type>
    </d2p1:AccountSubLedger>
    <d2p1:AccountSubLedger>
      <d2p1:AccountIdentifier>roMrh8vKPk6MPorMJSuWiQ==</d2p1:AccountIdentifier>
      <d2p1:AccountIdentifierGuid>872b83ae-cacb-4e3e-8c3e-8acc252b9689</d2p1:AccountIdentifierGuid>
      <d2p1:Amount>9</d2p1:Amount>
      <d2p1:Created>2025-06-14T07:24:45.7148262+00:00</d2p1:Created>
      <d2p1:CustomerIdentifier>5KZ1CATXL0GYB1Fi8Om30Q==</d2p1:CustomerIdentifier>
      <d2p1:CustomerIdentifierGuid>0875a6e4-d704-412f-9807-5162f0e9b7d1</d2p1:CustomerIdentifierGuid>
      <d2p1:CustomerReference>sample string 7</d2p1:CustomerReference>
      <d2p1:GstAmount>10.1</d2p1:GstAmount>
      <d2p1:ID>1</d2p1:ID>
      <d2p1:IdempotentIdentifier>k6VemGMuMUipYtzqeQh9SQ==</d2p1:IdempotentIdentifier>
      <d2p1:IdempotentIdentifierGuid>985ea593-2e63-4831-a962-dcea79087d49</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-06-14T07:24:45.7148262+00:00</d2p1:TransactionTime>
      <d2p1:TransactionTimeLocal>2025-06-14T07:24:45.7148262+00:00</d2p1:TransactionTimeLocal>
      <d2p1:Type>8</d2p1:Type>
    </d2p1:AccountSubLedger>
  </List>
</PageListOfAccountSubLedgerunXrNFMR>

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PK;�Z���;�5xl/workbook.xml �(�����0D�&�C��@�'.^=x��"
�%m
~��o�vfg�N1k3p�򑣲�)i�ܔ3f�%ؓ�P�]���y1�u��Z7o�ʱ$�Rfp'����,]i���dZ�#:9�(	B��x �X�=�6Holu��5�~SE��AKZ�J�soKSbr��[�u���69C|�;{�l�]}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
;�Z5]��''_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="R447e9ffe11154b66" /></Relationships>PK;�Zd���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;�Z���Pxl/_rels/workbook.xml.rels �(���An� E��f_���U�l��6�0�, is�.z�^�(�Z"u�MVh���������<�3:?Z�B�1 h��G3�p
ꡆ�f��I�x��q�$>1���D��g�3���e�,B,�@!�b@Z0VQ�2�I��C�J���<�h�`�j��k�� ܀������g�
d׷�Ǯ�k�u�c_p��@���|�L����D�)WŪQ�)Ysƻ��h�	.n:uJ�D�l�(�:N�✋�Fo���PK;�ZЃc'2E
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�����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=��LA��{���"��Yu�~�~�Ơ�]��<�mS�z"�!������wV?PK-;�Z���;�5xl/workbook.xmlPK-;�Z����	�[Content_Types].xmlPK-
;�Z5]��''V_rels/.relsPK-;�Zd����xl/worksheets/sheet1.xmlPK-;�Z���P�xl/_rels/workbook.xml.relsPK-;�ZЃc'2E
�xl/styles.xmlPK-;�Z�����oxl/sharedStrings.xmlPK��	

application/vnd.ms-excel

Sample:
PK;�Z��b��5xl/workbook.xml �(�����0��&�C���%�p��Ճ���@����[J ��mgv���qCc�@>jԾp%�C�c��Q�?�:�q
B��Ō��ڴo�:�S�]���4���z���ay�:�#5.(R�j�#��͞'�d4ֺ�I�b�)�`�ERD�’����ܻ�)q���#ǫh0�9�K�7��7g���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
;�ZqE''_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="Rbe7a6bc3d78a4e1a" /></Relationships>PK;�Zd���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;�ZOF�f�Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞�!V>�i7l�-��k�㨉m�n�gc���V� �X��j4��'�|��6o�D���le����N�v���C��j��Hy"��G�Wl����(���,b�<���.�"�4�y�G�j��e�����N�Qⳓ�m�L_]8F����E0��S���"S�lU�k}@�U�
�b��M-�˄���;_�T��]��b�;��*cD@��B���iY^���mJ�8��QUW5z��/PK;�ZЃc'2E
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�����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=��LA��{���"��Yu�~�~�Ơ�]��<�mS�z"�!������wV?PK-;�Z��b��5xl/workbook.xmlPK-;�Z����	��[Content_Types].xmlPK-
;�ZqE''U_rels/.relsPK-;�Zd����xl/worksheets/sheet1.xmlPK-;�ZOF�f�P�xl/_rels/workbook.xml.relsPK-;�ZЃc'2E
�xl/styles.xmlPK-;�Z�����kxl/sharedStrings.xmlPK��