Workday · Example Payload

Payroll Pay Slip Example

Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

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

Top-level fields

iddescriptorpayPeriodStartDatepayPeriodEndDatepayDategrossPaynetPaytotalDeductionstotalTaxes

Example Payload

Raw ↑
{
  "id": "abc123",
  "descriptor": "example_value",
  "payPeriodStartDate": "example_value",
  "payPeriodEndDate": "example_value",
  "payDate": "example_value",
  "grossPay": 42.5,
  "netPay": 42.5,
  "totalDeductions": 42.5,
  "totalTaxes": 42.5
}