UKG · Example Payload

Pro Wfm Shift Example

Human Capital ManagementHCMWorkforce ManagementHRPayrollTime and AttendanceBenefitsScheduling

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

Top-level fields

shiftIdemployeeIdlocationIdshiftDatestartTimeendTimetotalHoursjobCodestatus

Example Payload

Raw ↑
{
  "shiftId": "example-value",
  "employeeId": "example-value",
  "locationId": "example-value",
  "shiftDate": "2026-01-15",
  "startTime": "example-value",
  "endTime": "example-value",
  "totalHours": 1.0,
  "jobCode": "example-value",
  "status": "Scheduled"
}