CopyEnvironmentRequest

Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

Properties

Name Type Description
environmentName string Name for the new environment
type string Type of environment to create
View JSON Schema on GitHub

JSON Schema

admin-center-copy-environment-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CopyEnvironmentRequest",
  "type": "object",
  "properties": {
    "environmentName": {
      "type": "string",
      "description": "Name for the new environment"
    },
    "type": {
      "type": "string",
      "description": "Type of environment to create"
    }
  }
}