Company

Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

Properties

Name Type Description
id string The unique identifier of the company
systemVersion string The system version
name string The name of the company
displayName string The display name of the company
businessProfileId string The business profile ID
View JSON Schema on GitHub

JSON Schema

business-central-v2-company-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Company",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "The unique identifier of the company"
    },
    "systemVersion": {
      "type": "string",
      "description": "The system version"
    },
    "name": {
      "type": "string",
      "description": "The name of the company"
    },
    "displayName": {
      "type": "string",
      "description": "The display name of the company"
    },
    "businessProfileId": {
      "type": "string",
      "description": "The business profile ID"
    }
  }
}