Microsoft Dynamics NAV · JSON Structure

Admin Center App Info Structure

Type: object Properties: 7
Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

AppInfo is a JSON Structure definition published by Microsoft Dynamics NAV, describing 7 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id name publisher version state lastOperationId lastUpdateAttemptResult

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "AppInfo",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "publisher": {
      "type": "string"
    },
    "version": {
      "type": "string"
    },
    "state": {
      "type": "string"
    },
    "lastOperationId": {
      "type": "string"
    },
    "lastUpdateAttemptResult": {
      "type": "string"
    }
  }
}