Microsoft Dynamics NAV · Example Payload

Navision Getsupportsettings Example

Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

Navision Getsupportsettings 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": "getSupportSettings",
  "method": "GET",
  "path": "/applications/{applicationFamily}/environments/{environmentName}/supportSettings",
  "summary": "Get Support Settings",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getsupportsettings200Example",
      "example": {
        "appId": "500123",
        "supportUrl": "https://www.example.com",
        "supportEmail": "user@example.com",
        "supportPhone": "example_value"
      }
    }
  ]
}