Microsoft Dynamics NAV · JSON Structure

Business Central V2 General Ledger Entry Structure

Type: object Properties: 11
Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

GeneralLedgerEntry is a JSON Structure definition published by Microsoft Dynamics NAV, describing 11 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id entryNumber postingDate documentNumber documentType accountId accountNumber description debitAmount creditAmount lastModifiedDateTime

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "GeneralLedgerEntry",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "entryNumber": {
      "type": "integer"
    },
    "postingDate": {
      "type": "string"
    },
    "documentNumber": {
      "type": "string"
    },
    "documentType": {
      "type": "string"
    },
    "accountId": {
      "type": "string"
    },
    "accountNumber": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "debitAmount": {
      "type": "number"
    },
    "creditAmount": {
      "type": "number"
    },
    "lastModifiedDateTime": {
      "type": "string"
    }
  }
}