AutomationCompanyUpdate

Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

Properties

Name Type Description
name string
displayName string
View JSON Schema on GitHub

JSON Schema

navision-automationcompanyupdate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AutomationCompanyUpdate",
  "title": "AutomationCompanyUpdate",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "example": "Example Title"
    },
    "displayName": {
      "type": "string",
      "example": "example_value"
    }
  }
}