Microsoft Dynamics NAV · Example Payload

Navision Setupdatesettings Example

Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

Navision Setupdatesettings 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": "setUpdateSettings",
  "method": "PUT",
  "path": "/applications/{applicationFamily}/environments/{environmentName}/settings/upgrade",
  "summary": "Set Update Settings",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "SetupdatesettingsRequestExample",
      "example": {
        "preferredStartTimeUtc": "example_value",
        "preferredEndTimeUtc": "example_value"
      }
    }
  ],
  "responseExamples": []
}