IntegrationSystem

EnterpriseERPFinanceHCMIntegrationPayroll

Properties

Name Type Description
id string
descriptor string
integrationSystemName string
template object
isActive boolean
lastRunDateTime string
View JSON Schema on GitHub

JSON Schema

workday-integration-integrationsystem-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/IntegrationSystem",
  "title": "IntegrationSystem",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "descriptor": {
      "type": "string"
    },
    "integrationSystemName": {
      "type": "string"
    },
    "template": {
      "$ref": "#/components/schemas/ResourceReference"
    },
    "isActive": {
      "type": "boolean"
    },
    "lastRunDateTime": {
      "type": "string",
      "format": "date-time"
    }
  }
}