Microsoft Dynamics NAV · JSON Structure

Admin Center Support Settings Structure

Type: object Properties: 4
Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

SupportSettings is a JSON Structure definition published by Microsoft Dynamics NAV, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

appId supportUrl supportEmail supportPhone

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SupportSettings",
  "type": "object",
  "properties": {
    "appId": {
      "type": "string"
    },
    "supportUrl": {
      "type": "string"
    },
    "supportEmail": {
      "type": "string"
    },
    "supportPhone": {
      "type": "string"
    }
  }
}