Workday Financials · Schema

ExpenseReportUpdate

AccountingCloud ERPFinancial ManagementProcurement

Properties

Name Type Description
memo string Updated memo or description
expenseDate string Updated expense date
View JSON Schema on GitHub

JSON Schema

workday-financials-expensereportupdate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ExpenseReportUpdate",
  "title": "ExpenseReportUpdate",
  "type": "object",
  "properties": {
    "memo": {
      "type": "string",
      "description": "Updated memo or description"
    },
    "expenseDate": {
      "type": "string",
      "format": "date",
      "description": "Updated expense date"
    }
  }
}