Workday · Example Payload

Timetracking Time Entry Example

Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

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

Top-level fields

iddescriptordatehourscommentstatus

Example Payload

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