Microsoft Dynamics NAV · Example Payload

Navision Listcountriesregions Example

Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

Navision Listcountriesregions 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": "listCountriesRegions",
  "method": "GET",
  "path": "/companies({company_id})/countriesRegions",
  "summary": "List Countries/regions",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Listcountriesregions200Example",
      "example": {
        "value": [
          {
            "id": "abc123",
            "code": "example_value",
            "displayName": "example_value",
            "addressFormat": "example_value",
            "lastModifiedDateTime": "2026-01-15T10:30:00Z"
          }
        ]
      }
    }
  ]
}