Microsoft Dynamics NAV · JSON Structure

Automation Automation Company Structure

Type: object Properties: 5
Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

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

Properties

id name displayName businessProfileId evaluationCompany

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "AutomationCompany",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "displayName": {
      "type": "string"
    },
    "businessProfileId": {
      "type": "string"
    },
    "evaluationCompany": {
      "type": "boolean"
    }
  }
}