Microsoft Dynamics NAV · Example Payload

Navision Listconfigurationpackages Example

Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

Navision Listconfigurationpackages 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": "listConfigurationPackages",
  "method": "GET",
  "path": "/companies({company_id})/configurationPackages",
  "summary": "List Configuration Packages",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Listconfigurationpackages200Example",
      "example": {
        "value": [
          {
            "id": "abc123",
            "code": "example_value",
            "packageName": "example_value",
            "languageId": "500123",
            "productVersion": "example_value",
            "processingOrder": 10,
            "excludeConfigurationTables": true,
            "numberOfTables": 10,
            "numberOfRecords": 10,
            "numberOfErrors": 10,
            "importStatus": " ",
            "applyStatus": " "
          }
        ]
      }
    }
  ]
}