Microsoft Dynamics NAV · Example Payload

Business Central V2 General Ledger Entry Example

A sample description.

Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

Business Central V2 General Ledger Entry Example is an example object payload from Microsoft Dynamics NAV, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

identryNumberpostingDatedocumentNumberdocumentTypeaccountIdaccountNumberdescriptiondebitAmountcreditAmountlastModifiedDateTime

Example Payload

Raw ↑
{
  "id": "abc123",
  "entryNumber": 10,
  "postingDate": "example_value",
  "documentNumber": "example_value",
  "documentType": "example_value",
  "accountId": "500123",
  "accountNumber": "example_value",
  "description": "A sample description.",
  "debitAmount": 42.5,
  "creditAmount": 42.5,
  "lastModifiedDateTime": "example_value"
}