Workday · JSON Structure

Financialmanagement Expense Report Structure

Type: object Properties: 6
Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

ExpenseReport is a JSON Structure definition published by Workday, describing 6 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id descriptor createdDate totalAmount status memo

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ExpenseReport",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "descriptor": {
      "type": "string"
    },
    "createdDate": {
      "type": "string"
    },
    "totalAmount": {
      "type": "number"
    },
    "status": {
      "type": "string"
    },
    "memo": {
      "type": "string"
    }
  }
}