Microsoft Dynamics NAV · JSON Structure

Business Central V2 Journal Line Structure

Type: object Properties: 17
Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

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

Properties

id journalId journalDisplayName lineNumber accountType accountId accountNumber postingDate documentNumber externalDocumentNumber amount description comment taxCode balanceAccountType balanceAccountNumber lastModifiedDateTime

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "JournalLine",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "journalId": {
      "type": "string"
    },
    "journalDisplayName": {
      "type": "string"
    },
    "lineNumber": {
      "type": "integer"
    },
    "accountType": {
      "type": "string"
    },
    "accountId": {
      "type": "string"
    },
    "accountNumber": {
      "type": "string"
    },
    "postingDate": {
      "type": "string"
    },
    "documentNumber": {
      "type": "string"
    },
    "externalDocumentNumber": {
      "type": "string"
    },
    "amount": {
      "type": "number"
    },
    "description": {
      "type": "string"
    },
    "comment": {
      "type": "string"
    },
    "taxCode": {
      "type": "string"
    },
    "balanceAccountType": {
      "type": "string"
    },
    "balanceAccountNumber": {
      "type": "string"
    },
    "lastModifiedDateTime": {
      "type": "string"
    }
  }
}