Microsoft Dynamics NAV · JSON Structure

Business Central V2 Journal Structure

Type: object Properties: 7
Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

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

Properties

id code displayName templateDisplayName lastModifiedDateTime balancingAccountId balancingAccountNumber

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Journal",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "code": {
      "type": "string"
    },
    "displayName": {
      "type": "string"
    },
    "templateDisplayName": {
      "type": "string"
    },
    "lastModifiedDateTime": {
      "type": "string"
    },
    "balancingAccountId": {
      "type": "string"
    },
    "balancingAccountNumber": {
      "type": "string"
    }
  }
}