Workday · Example Payload

Absencemanagement Time Off Entry Example

Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

Absencemanagement Time Off Entry Example is an example object payload from Workday, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

iddescriptordatedailyQuantitystatus

Example Payload

Raw ↑
{
  "id": "abc123",
  "descriptor": "example_value",
  "date": "example_value",
  "dailyQuantity": 42.5,
  "status": "example_value"
}