Microsoft Dynamics NAV · Example Payload

Navision Createenvironment Example

Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

Navision Createenvironment 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": "createEnvironment",
  "method": "PUT",
  "path": "/applications/{applicationFamily}/environments/{environmentName}",
  "summary": "Create a New Environment",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "CreateenvironmentRequestExample",
      "example": {
        "environmentType": "Production",
        "countryCode": "example_value",
        "ringName": "example_value",
        "applicationVersion": "example_value"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "201",
      "contentType": "application/json",
      "name": "Createenvironment201Example",
      "example": {
        "friendlyName": "example_value",
        "type": "Production",
        "name": "Example Title",
        "countryCode": "example_value",
        "applicationFamily": "example_value",
        "aadTenantId": "500123",
        "status": "NotReady",
        "webClientLoginUrl": "https://www.example.com",
        "webServiceUrl": "https://www.example.com",
        "locationName": "example_value",
        "geoName": "example_value",
        "ringName": "example_value",
        "appInsightsKey": "example_value",
        "softDeletedOn": "2026-01-15T10:30:00Z",
        "hardDeletePendingOn": "2026-01-15T10:30:00Z",
        "deleteReason": "example_value",
        "appSourceAppsUpdateCadence": "example_value",
        "versionDetails": {
          "version": "example_value",
          "gracePeriodStartDate": "2026-01-15T10:30:00Z",
          "enforcedUpdatePeriodStartDate": "2026-01-15T10:30:00Z"
        }
      }
    },
    {
      "status": "202",
      "contentType": "application/json",
      "name": "Createenvironment202Example",
      "example": {
        "id": "abc123",
        "type": "create",
        "status": "Queued",
        "aadTenantId": "500123",
        "createdOn": "2026-01-15T10:30:00Z",
        "startedOn": "2026-01-15T10:30:00Z",
        "completedOn": "2026-01-15T10:30:00Z",
        "createdBy": "example_value",
        "errorMessage": "example_value",
        "parameters": "example_value",
        "environmentName": "example_value",
        "environmentType": "example_value",
        "productFamily": "example_value"
      }
    },
    {
      "status": "400",
      "contentType": "application/json",
      "name": "Createenvironment400Example",
      "example": {
        "code": "example_value",
        "message": "example_value",
        "target": "example_value",
        "extensionData": "example_value",
        "clientError": [
          {
            "code": "example_value",
            "message": "example_value",
            "target": "example_value",
            "extensionData": "example_value",
            "clientError": {}
          }
        ]
      }
    },
    {
      "status": "409",
      "contentType": "application/json",
      "name": "Createenvironment409Example",
      "example": {
        "code": "example_value",
        "message": "example_value",
        "target": "example_value",
        "extensionData": "example_value",
        "clientError": [
          {
            "code": "example_value",
            "message": "example_value",
            "target": "example_value",
            "extensionData": "example_value",
            "clientError": {}
          }
        ]
      }
    }
  ]
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/navision-createenvironment-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.