Microsoft Dynamics NAV · Example Payload

Navision Getscheduledupgrade Example

Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

Navision Getscheduledupgrade 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": "getScheduledUpgrade",
  "method": "GET",
  "path": "/applications/{applicationFamily}/environments/{environmentName}/scheduledUpgrade",
  "summary": "Get Scheduled Upgrade",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getscheduledupgrade200Example",
      "example": {
        "environmentName": "example_value",
        "upgradeIsScheduled": true,
        "scheduledDate": "2026-01-15T10:30:00Z",
        "registeredDate": "2026-01-15T10:30:00Z",
        "targetVersion": "example_value",
        "canTenantSelectDate": true,
        "ignoreUpgradeWindow": true
      }
    }
  ]
}