Microsoft Dynamics NAV · Example Payload

Admin Center Environment Operation Example

Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

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

Top-level fields

idtypestatusaadTenantIdcreatedOnstartedOncompletedOncreatedByerrorMessageparametersenvironmentNameenvironmentTypeproductFamily

Example Payload

Raw ↑
{
  "id": "abc123",
  "type": "example_value",
  "status": "example_value",
  "aadTenantId": "500123",
  "createdOn": "example_value",
  "startedOn": "example_value",
  "completedOn": "example_value",
  "createdBy": "example_value",
  "errorMessage": "example_value",
  "parameters": "example_value",
  "environmentName": "example_value",
  "environmentType": "example_value",
  "productFamily": "example_value"
}