Microsoft Dynamics NAV · JSON Structure

Automation Extension Upload Structure

Type: object Properties: 4
Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

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

Properties

systemId schedule schemaSyncMode status

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ExtensionUpload",
  "type": "object",
  "properties": {
    "systemId": {
      "type": "string"
    },
    "schedule": {
      "type": "string"
    },
    "schemaSyncMode": {
      "type": "string"
    },
    "status": {
      "type": "string"
    }
  }
}