Microsoft Dynamics NAV · Example Payload

Admin Center Restore Environment Request Example

Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

Admin Center Restore Environment Request Example is an example object payload from Microsoft Dynamics NAV, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

EnvironmentNameEnvironmentTypePointInTimeSkipInstallingPTEsSkipInstallingThirdPartyGlobalAppsSkipEnvironmentCleanup

Example Payload

Raw ↑
{
  "EnvironmentName": "example_value",
  "EnvironmentType": "example_value",
  "PointInTime": "example_value",
  "SkipInstallingPTEs": true,
  "SkipInstallingThirdPartyGlobalApps": true,
  "SkipEnvironmentCleanup": true
}