getEmployeeTaxExemptions
Reports
getEmployeeTaxExemptions
Retrieves the current tax exemptions applied to an employee
What it does:
- Used to display the exemptions that have been added for an employee
- Once retrieved use
updatePayrollTaxExemptionAPI to remove the exemption or set the effectiveEndDate
Notes:
- High Risk taxes will return the exemptionStatus and a warningMessage designed to limit legal liabilities
- When a taxName is
High Risk, include the warning message on your UI before usingaddPayrollTaxExemptions
GET
getEmployeeTaxExemptions
Documentation Index
Fetch the complete documentation index at: https://developer.rollfi.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
