Edit

Get detailedCustomerLedgerEntries (Beta)

Retrieves the properties and relationships of a detailed customer ledger entry object for Business Central.

HTTP request

Replace the URL prefix for Business Central depending on environment following the guideline.

GET businesscentralPrefix/companies({id})/detailedCustomerLedgerEntries({id})

Request headers

Header Value
Authorization Bearer {token}. Required.

Request body

Do not supply a request body for this method.

Response

If successful, this method returns a 200 OK response code and a detailedCustomerLedgerEntry object in the response body.

Example

Request

Here is an example of the request.

GET https://{businesscentralPrefix}/api/v2.0/companies({id})/detailedCustomerLedgerEntries({id})

Response

Here is an example of the response.

{
    "entryNumber" : "",
    "entryType" : "",
    "customerNumber" : "",
    "amount" : "",
    "debitAmount" : "",
    "creditAmount" : "",
    "amountLocalCurrency" : "",
    "debitAmountLocalCurrency" : "",
    "creditAmountLocalCurrency" : "",
    "initialEntryGLobalDim1" : "",
    "initialEntryGLobalDim2" : "",
    "postingDate" : "",
    "currencyCode" : "",
    "lastModifiedDateTime" : ""
}

Tips for working with the APIs
detailedCustomerLedgerEntry