Microsoft Dynamics NAV · JSON Structure

Admin Center Copy Environment Request Structure

Type: object Properties: 2
Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

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

Properties

environmentName type

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CopyEnvironmentRequest",
  "type": "object",
  "properties": {
    "environmentName": {
      "type": "string"
    },
    "type": {
      "type": "string"
    }
  }
}