IntegrationLaunchRequest

EnterpriseERPFinanceHCMIntegrationPayroll

Properties

Name Type Description
launchParameters array
View JSON Schema on GitHub

JSON Schema

workday-integration-integrationlaunchrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/IntegrationLaunchRequest",
  "title": "IntegrationLaunchRequest",
  "type": "object",
  "properties": {
    "launchParameters": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string"
          },
          "value": {
            "type": "string"
          }
        }
      }
    }
  }
}