AutomationCompany

Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

Properties

Name Type Description
id string
name string The company name
displayName string The company display name
businessProfileId string The business profile ID
evaluationCompany boolean Whether this is an evaluation company
View JSON Schema on GitHub

JSON Schema

automation-automation-company-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AutomationCompany",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string",
      "description": "The company name"
    },
    "displayName": {
      "type": "string",
      "description": "The company display name"
    },
    "businessProfileId": {
      "type": "string",
      "description": "The business profile ID"
    },
    "evaluationCompany": {
      "type": "boolean",
      "description": "Whether this is an evaluation company"
    }
  }
}