UKG · Example Payload

Pro Wfm Punch Example

Human Capital ManagementHCMWorkforce ManagementHRPayrollTime and AttendanceBenefitsScheduling

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

Top-level fields

punchIdemployeeIdpunchTimepunchTypelocationIdjobCode

Example Payload

Raw ↑
{
  "punchId": "example-value",
  "employeeId": "example-value",
  "punchTime": "2026-01-15T10:30:00Z",
  "punchType": "In",
  "locationId": "example-value",
  "jobCode": "example-value"
}