Microsoft Dynamics NAV · Example Payload

Navision Getenvironmentsettings Example

Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

Navision Getenvironmentsettings 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

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "getEnvironmentSettings",
  "method": "GET",
  "path": "/applications/{applicationFamily}/environments/{environmentName}/settings",
  "summary": "Get Environment Settings",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getenvironmentsettings200Example",
      "example": {
        "appInsightsKey": "example_value",
        "updateWindow": {
          "preferredStartTimeUtc": "example_value",
          "preferredEndTimeUtc": "example_value"
        },
        "securityGroupId": "500123"
      }
    }
  ]
}