Skip to main content
PUT
/
payroll#updatePayrollTaxExemption
updatePayrollTaxExemption
curl --request PUT \
  --url 'https://sandbox.rollfi.xyz/payroll#updatePayrollTaxExemption' \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "method": "updatePayrollTaxExemption",
  "companyId": "ECF1B47E-108F-45C0-A520-6A128A727B04",
  "userId": "33820169-85C2-482A-BCCF-B2281419E96E",
  "taxName": "WA - State paid family medical leave ER",
  "exemptionEffectiveEndDate": "2026-02-23"
}
'
{
  "success": true,
  "message": "Payroll tax exemption end date for company updated successfully."
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
method
string
required
companyId
string
required
taxName
string
required
exemptionEffectiveEndDate
string
required
userId
string

Response

success
boolean
required
message
string
required