Microsoft Dynamics NAV · JSON Structure

Business Central V2 Account Structure

Type: object Properties: 13
Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

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

Properties

id number displayName category subCategory blocked accountType directPosting netChange consolidationTranslationMethod consolidationDebitAccount consolidationCreditAccount lastModifiedDateTime

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Account",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "number": {
      "type": "string"
    },
    "displayName": {
      "type": "string"
    },
    "category": {
      "type": "string"
    },
    "subCategory": {
      "type": "string"
    },
    "blocked": {
      "type": "boolean"
    },
    "accountType": {
      "type": "string"
    },
    "directPosting": {
      "type": "boolean"
    },
    "netChange": {
      "type": "number"
    },
    "consolidationTranslationMethod": {
      "type": "string"
    },
    "consolidationDebitAccount": {
      "type": "string"
    },
    "consolidationCreditAccount": {
      "type": "string"
    },
    "lastModifiedDateTime": {
      "type": "string"
    }
  }
}