post
https://api.zeal.com/employees/setTaxParameters
Set an employee's tax withholding parameters.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
After getting the tax parameter definitions from Zeal, you can store effectively dated tax parameters for an employee. Zeal will only use valid tax parameters set here or the defaults (outlined in the definitions endpoint).
Returns
| attribute | type | description |
|---|---|---|
| employeeID | string | ID of the Employee being updated |
| federalParameters | array | List of Tax ParameterShow child attributescodetype: string description: codename of tax parametervalue type: string description: Value for the given tax parameterjurisdiction type: string description: "US" for federaleffectiveDate type: string description: effective date of the tax parameter |
| stateParameters | array | List of Tax ParameterShow child attributescodetype: string description: codename of tax parametervalue type: string description: Value for the given tax parameterjurisdiction type: string description: example "CA" for stateeffectiveDate type: string description: effective date of the tax parameter |
| errors | array | Contains list of error objects which consists of:message: Error messagecode: Error code as described in Error codes |

