Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents a detailed customer ledger entry in Business Central.
Note
For information about enabling APIs for Business Central see Enabling the APIs for Dynamics 365 Business Central.
Methods
| Method | Return Type | Description |
|---|---|---|
| GET detailedCustomerLedgerEntry | detailedCustomerLedgerEntry | Gets a detailed customer ledger entry object. |
Properties
| Property | Type | Description |
|---|---|---|
| entryNumber | integer | G/L Entry number. |
| entryType | string | |
| customerNumber | string | The customer's number. |
| amount | decimal | Specifies the total amount (including VAT) that the detailed customer ledger entry consists of. |
| debitAmount | decimal | Specifies the debitAmount of the detailed customer ledger entry. |
| creditAmount | decimal | Specifies the creditAmount of the detailed customer ledger entry. |
| amountLocalCurrency | decimal | |
| debitAmountLocalCurrency | decimal | |
| creditAmountLocalCurrency | decimal | |
| initialEntryGLobalDim1 | string | |
| initialEntryGLobalDim2 | string | |
| postingDate | date | The date that the detailed customer ledger entry is posted. |
| currencyCode | string | The default currency code for the detailed customer ledger entry. |
| lastModifiedDateTime | datetime | The last datetime the detailed customer ledger entry was modified. Read-Only. |
JSON representation
Here is a JSON representation of the detailedCustomerLedgerEntry resource.
{
"entryNumber": "integer",
"entryType": "string",
"customerNumber": "string",
"amount": "decimal",
"debitAmount": "decimal",
"creditAmount": "decimal",
"amountLocalCurrency": "decimal",
"debitAmountLocalCurrency": "decimal",
"creditAmountLocalCurrency": "decimal",
"initialEntryGLobalDim1": "string",
"initialEntryGLobalDim2": "string",
"postingDate": "date",
"currencyCode": "string",
"lastModifiedDateTime": "datetime"
}