Workday · Example Payload

Timetracking Time Entry Request Example

Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

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

Top-level fields

datehourscomment

Example Payload

Raw ↑
{
  "date": "example_value",
  "hours": 42.5,
  "comment": "example_value"
}