Workday · Example Payload

Absencemanagement Leave Of Absence Example

Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

Absencemanagement Leave Of Absence Example is an example object payload from Workday, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

iddescriptorstartDateestimatedEndDateactualEndDatestatuslastDayOfWorkfirstDayOfWork

Example Payload

Raw ↑
{
  "id": "abc123",
  "descriptor": "example_value",
  "startDate": "example_value",
  "estimatedEndDate": "example_value",
  "actualEndDate": "example_value",
  "status": "example_value",
  "lastDayOfWork": "example_value",
  "firstDayOfWork": "example_value"
}