v1

latestOpenAPI 3.0.3Apache 2.02026-08-062991191002.1 KB
Payroll

Retrieves the collection of Payroll resources.

Retrieves the collection of Payroll resources.

get/payroll

Response

Payroll collection

idstring
platformstring
dbastring nullable
startstring nullable
endstring nullable
employee_numberstring nullable
employee_namestring nullable
employee_idstring nullable
pay_frequencystring nullable
hourly_ratestring nullable
salarystring nullable
standard_hoursstring nullable
check_datestring nullable
check_numberstring nullable
coverage_startstring nullable
coverage_endstring nullable
gross_wagesstring nullable
social_securitystring nullable
medicare_taxstring nullable
fica_taxstring nullable
federal_taxstring nullable
state_taxstring nullable
other_taxstring nullable
local_taxstring nullable
dental_deductionsstring nullable
health_deductionsstring nullable
hsa_deductionsstring nullable
pre_tax_deductionsstring nullable
after_tax_deductionsstring nullable
voluntary_deductionsstring nullable
garnishment_deductionsstring nullable
descriptionstring nullable
regular_hoursstring nullable
overtime_hoursstring nullable
holiday_hoursstring nullable
sick_hoursstring nullable
regular_wagesstring nullable
overtime_wagesstring nullable
reimbursementsstring nullable
commissionstring nullable
bonusstring nullable
net_paystring nullable
company_futa_taxstring nullable
company_suta_taxstring nullable
company_social_securitystring nullable
company_medicare_taxstring nullable
company_state_taxstring nullable
company_other_taxstring nullable
company_other_contributionsstring nullable

Example response

[
  {
    "id": "1",
    "platform": "ADP",
    "dba": "Report: Earnings Record",
    "start": "2018-01-02",
    "end": "2018-05-15",
    "employee_number": "5",
    "employee_name": "Emily Wright",
    "employee_id": "6319",
    "hourly_rate": "37.5000",
    "salary": "400.00",
    "standard_hours": "Emily Wright",
    "check_date": "2018-01-12",
    "check_number": "50828",
    "coverage_start": "2018-01-02",
    "coverage_end": "2018-10-12",
    "gross_wages": "212.50",
    "social_security": "91.76",
    "medicare_tax": "110.40",
    "fica_tax": "16.26",
    "federal_tax": "120.78",
    "state_tax": "42.82",
    "other_tax": "0.0",
    "local_tax": "0.0",
    "dental_deductions": "0.0",
    "health_deductions": "0.0",
    "hsa_deductions": "0.0",
    "pre_tax_deductions": "103.60",
    "after_tax_deductions": "0.0",
    "voluntary_deductions": "103.60",
    "garnishment_deductions": "0.0",
    "regular_hours": "103.60",
    "overtime_hours": "0.0",
    "holiday_hours": "0.0",
    "sick_hours": "0.0",
    "regular_wages": "1480.00",
    "overtime_wages": "0.0",
    "reimbursements": "0.0",
    "commission": "0.0",
    "bonus": "0.0",
    "net_pay": "1100.23",
    "company_futa_tax": "8.88",
    "company_suta_tax": "50.32",
    "company_social_security": "91.76",
    "company_medicare_tax": "21.46",
    "company_state_tax": "1.48",
    "company_other_tax": "0.0",
    "company_other_contributions": "59.20"
  }
]