SupportSettings

Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

Properties

Name Type Description
appId string
supportUrl string
supportEmail string
supportPhone string
View JSON Schema on GitHub

JSON Schema

admin-center-support-settings-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SupportSettings",
  "type": "object",
  "properties": {
    "appId": {
      "type": "string"
    },
    "supportUrl": {
      "type": "string"
    },
    "supportEmail": {
      "type": "string"
    },
    "supportPhone": {
      "type": "string"
    }
  }
}