Paychex · Example Payload

Paychex Time Createtimeentries Response Example

BenefitsHCMHRPaychex FlexPayrollTime and AttendanceWorkforceFortune 1000

Paychex Time Createtimeentries Response Example is an example object payload from Paychex, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

acceptedrejectedresults

Example Payload

Raw ↑
{
  "accepted": 3,
  "rejected": 0,
  "results": [
    {
      "workerId": "W-100001",
      "workDate": "2026-05-20",
      "status": "ACCEPTED",
      "message": "Time entry accepted for payroll processing."
    },
    {
      "workerId": "W-100001",
      "workDate": "2026-05-20",
      "status": "ACCEPTED",
      "message": "Overtime entry accepted for payroll processing."
    },
    {
      "workerId": "W-100002",
      "workDate": "2026-05-21",
      "status": "ACCEPTED",
      "message": "Contractor time entry accepted with rate override."
    }
  ]
}