Microsoft Dynamics NAV · JSON Structure

Admin Center Create Environment Request Structure

Type: object Properties: 4
Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

CreateEnvironmentRequest 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

environmentType countryCode ringName applicationVersion

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CreateEnvironmentRequest",
  "type": "object",
  "properties": {
    "environmentType": {
      "type": "string"
    },
    "countryCode": {
      "type": "string"
    },
    "ringName": {
      "type": "string"
    },
    "applicationVersion": {
      "type": "string"
    }
  }
}