AutomationCompanyUpdate

Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

Properties

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

JSON Schema

automation-automation-company-update-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AutomationCompanyUpdate",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "displayName": {
      "type": "string"
    }
  }
}