Microsoft Dynamics NAV · JSON Structure

Automation Scheduled Job Structure

Type: object Properties: 7
Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

ScheduledJob 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 category status description errorMessage startDateTime endDateTime

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ScheduledJob",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "category": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "errorMessage": {
      "type": "string"
    },
    "startDateTime": {
      "type": "string"
    },
    "endDateTime": {
      "type": "string"
    }
  }
}