Workday · Example Payload

Timetracking Timesheet Example

Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

Timetracking Timesheet Example is an example object payload from Workday, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

iddescriptorperiodStartDateperiodEndDatetotalHoursstatuscalculatedEntries

Example Payload

Raw ↑
{
  "id": "abc123",
  "descriptor": "example_value",
  "periodStartDate": "example_value",
  "periodEndDate": "example_value",
  "totalHours": 42.5,
  "status": "example_value",
  "calculatedEntries": []
}