Update a payroll itemAsk AIpatch https://sandbox.checkhq.com/payroll_items/{payroll_item}Updates the specified payroll item.Path Paramspayroll_itemstringrequiredBody ParamspayrollstringThe payroll ID associated with the payroll item.payment_methodstringMay be manual, or direct_deposit if the employee has a linked bank account.earningsarray of objectsThe set of earnings objects associated with the payroll item.earningsADD objectreimbursementsarray of objectsThe set of non-taxable reimbursements objects associated with the payroll item.reimbursementsADD objectbenefit_overridesarray of objectsThe set of benefit override objects associated with this payroll item.benefit_overridesADD objectpost_tax_deduction_overridesarray of objectsThe set of benefit override objects associated with this payroll item.post_tax_deduction_overridesADD objectpto_balance_hoursfloatDefaults to nullThe employee's remaining PTO hour balance, for display on the paystub. Can be updated even after the associated payroll has been approved.sick_balance_hoursfloatDefaults to nullThe employee's remaining sick hour balance, for display on the paystub. Can be updated even after the associated payroll has been approved.state_covid_sick_balance_hoursfloatDefaults to nullThe employee's remaining sick hour balance from state COVID relief bills, for display on the paystubsupplemental_tax_calc_methodstringControls the method used by Check to calculate tax on supplemental earnings. May be flat or aggregatepaper_check_numberstringFor accounting. The check number associated with any printed checks. Can be updated even after the associated payroll has been approved. See Get a paper check for more details.paystub_infojsonLoosely structured information that will be returned on paystubs generated for this payroll item. Limited to 15 keys, and 500 total characters (combined length of keys and values).metadatajsonAdditional loosely structured information to associate with the payroll itemResponse 200200Updated 6 months ago