Workday Financials · Schema

ReportExecutionRequest

AccountingCloud ERPFinancial ManagementProcurement

Properties

Name Type Description
prompts object Key-value pairs of prompt parameter names and values
View JSON Schema on GitHub

JSON Schema

workday-financials-reportexecutionrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ReportExecutionRequest",
  "title": "ReportExecutionRequest",
  "type": "object",
  "properties": {
    "prompts": {
      "type": "object",
      "additionalProperties": {
        "type": "string"
      },
      "description": "Key-value pairs of prompt parameter names and values"
    }
  }
}