patch https://sandbox.checkhq.com/payroll_items/
Updates the specified payroll item.
Log in to see full request history
Response
Updates the specified payroll item.
xxxxxxxxxx
12curl --request PATCH \
--url https://sandbox.checkhq.com/payroll_items/payroll_item \
--header 'Authorization: Bearer YOUR_API_KEY' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"pto_balance_hours": null,
"sick_balance_hours": null,
"state_covid_sick_balance_hours": null
}
'
Try It!
to start a request and see the response here!