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": "QPuD3kvSZkOiIvXXnljlRQ==", "accountIdentifierGuid": "de83fb40-d24b-4366-a222-f5d79e58e545", "customerIdentifier": "CbsAm8Wl/0eJhn7t6p7p6w==", "customerIdentifierGuid": "9b00bb09-a5c5-47ff-8986-7eedea9ee9eb", "saleIdentifier": "sample string 3", "saleHeaderID": 4, "saleDetailID": 1, "salePaymentID": 1, "idempotentIdentifier": "zqcJUPNM00q3NYP0XDMCqg==", "idempotentIdentifierGuid": "5009a7ce-4cf3-4ad3-b735-83f45c3302aa", "storeID": 5, "source": "sample string 6", "customerReference": "sample string 7", "type": 8, "amount": 9, "gstAmount": 10.1, "transactionTime": "2025-10-05T00:01:56.4501724", "transactionTimeLocal": "2025-10-05T00:01:56.4501724", "created": "2025-10-05T00:01:56.4501724", "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>QPuD3kvSZkOiIvXXnljlRQ==</d2p1:AccountIdentifier> <d2p1:AccountIdentifierGuid>de83fb40-d24b-4366-a222-f5d79e58e545</d2p1:AccountIdentifierGuid> <d2p1:Amount>9</d2p1:Amount> <d2p1:Created>2025-10-05T00:01:56.4501724+00:00</d2p1:Created> <d2p1:CustomerIdentifier>CbsAm8Wl/0eJhn7t6p7p6w==</d2p1:CustomerIdentifier> <d2p1:CustomerIdentifierGuid>9b00bb09-a5c5-47ff-8986-7eedea9ee9eb</d2p1:CustomerIdentifierGuid> <d2p1:CustomerReference>sample string 7</d2p1:CustomerReference> <d2p1:GstAmount>10.1</d2p1:GstAmount> <d2p1:ID>1</d2p1:ID> <d2p1:IdempotentIdentifier>zqcJUPNM00q3NYP0XDMCqg==</d2p1:IdempotentIdentifier> <d2p1:IdempotentIdentifierGuid>5009a7ce-4cf3-4ad3-b735-83f45c3302aa</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-10-05T00:01:56.4501724+00:00</d2p1:TransactionTime> <d2p1:TransactionTimeLocal>2025-10-05T00:01:56.4501724+00:00</d2p1:TransactionTimeLocal> <d2p1:Type>8</d2p1:Type> </d2p1:AccountSubLedger> <d2p1:AccountSubLedger> <d2p1:AccountIdentifier>QPuD3kvSZkOiIvXXnljlRQ==</d2p1:AccountIdentifier> <d2p1:AccountIdentifierGuid>de83fb40-d24b-4366-a222-f5d79e58e545</d2p1:AccountIdentifierGuid> <d2p1:Amount>9</d2p1:Amount> <d2p1:Created>2025-10-05T00:01:56.4501724+00:00</d2p1:Created> <d2p1:CustomerIdentifier>CbsAm8Wl/0eJhn7t6p7p6w==</d2p1:CustomerIdentifier> <d2p1:CustomerIdentifierGuid>9b00bb09-a5c5-47ff-8986-7eedea9ee9eb</d2p1:CustomerIdentifierGuid> <d2p1:CustomerReference>sample string 7</d2p1:CustomerReference> <d2p1:GstAmount>10.1</d2p1:GstAmount> <d2p1:ID>1</d2p1:ID> <d2p1:IdempotentIdentifier>zqcJUPNM00q3NYP0XDMCqg==</d2p1:IdempotentIdentifier> <d2p1:IdempotentIdentifierGuid>5009a7ce-4cf3-4ad3-b735-83f45c3302aa</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-10-05T00:01:56.4501724+00:00</d2p1:TransactionTime> <d2p1:TransactionTimeLocal>2025-10-05T00:01:56.4501724+00:00</d2p1:TransactionTimeLocal> <d2p1:Type>8</d2p1:Type> </d2p1:AccountSubLedger> </List> </PageListOfAccountSubLedgerunXrNFMR>
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Sample:
PK <