CreateEnvironmentRequest

Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

Properties

Name Type Description
environmentType string Type of environment to create
countryCode string Country to create the environment within
ringName string Logical ring group (only Sandbox may be created in Preview ring)
applicationVersion string Application version (e.g., 26.0.0.0)
View JSON Schema on GitHub

JSON Schema

admin-center-create-environment-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CreateEnvironmentRequest",
  "type": "object",
  "properties": {
    "environmentType": {
      "type": "string",
      "description": "Type of environment to create"
    },
    "countryCode": {
      "type": "string",
      "description": "Country to create the environment within"
    },
    "ringName": {
      "type": "string",
      "description": "Logical ring group (only Sandbox may be created in Preview ring)"
    },
    "applicationVersion": {
      "type": "string",
      "description": "Application version (e.g., 26.0.0.0)"
    }
  }
}