addPayrollTaxExemption
Payroll
addPayrollTaxExemption
Used to add a tax exemption to prevent tax withholding for particular employer and employee taxes
What it does
- Prevents employee or employer taxes being calculated and withheld when the employee or employer is exempt from a specific tax
- Allows file upload with supporting evidence for the tax exemption
- Can be used to add exemptions to companies or to employees by adding userId
Notes:
- Use the
getTaxExemptionNamesto retrieve the taxExemptions that can be applied to an employee or company - ExemptConfirmation is a legal confirmation that the details provided regarding the employee or employers tax exemption are correct and accurate
- The taxName must be applicable to the employee or the employer (federal and state) to be added as an exemption
- exemptionEffectiveStartDate must be today or a future date
POST
addPayrollTaxExemption
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
application/json
