UKG · Example Payload

Pro Hcm Pay Statement Example

Human Capital ManagementHCMWorkforce ManagementHRPayrollTime and AttendanceBenefitsScheduling

Pro Hcm Pay Statement Example is an example object payload from UKG, with 12 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

statementIdemployeeIdpayPeriodStartpayPeriodEndpayDategrossPaynetPayfederalTaxWithheldstateTaxWithheldsocialSecurityTaxmedicareTaxcurrency

Example Payload

Raw ↑
{
  "statementId": "example-value",
  "employeeId": "example-value",
  "payPeriodStart": "2026-01-15",
  "payPeriodEnd": "2026-01-15",
  "payDate": "2026-01-15",
  "grossPay": 1.0,
  "netPay": 1.0,
  "federalTaxWithheld": 1.0,
  "stateTaxWithheld": 1.0,
  "socialSecurityTax": 1.0,
  "medicareTax": 1.0,
  "currency": "example-value"
}