Microsoft Dynamics NAV · Example Payload

Navision Activatefeature Example

Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

Navision Activatefeature 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": "activateFeature",
  "method": "POST",
  "path": "/companies({company_id})/features({feature_id})/Microsoft.NAV.activate",
  "summary": "Activate a Feature",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "ActivatefeatureRequestExample",
      "example": {
        "updateInBackground": true,
        "startDateTime": "2026-01-15T10:30:00Z"
      }
    }
  ],
  "responseExamples": []
}