Workday · Example Payload

Payroll Payroll Input Example

Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

Payroll Payroll Input 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

iddescriptorinputTypeamountstartDateendDatecomment

Example Payload

Raw ↑
{
  "id": "abc123",
  "descriptor": "example_value",
  "inputType": "example_value",
  "amount": 42.5,
  "startDate": "example_value",
  "endDate": "example_value",
  "comment": "example_value"
}