Set Employee Tax Parameters

Set an employee's tax withholding parameters.

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

attributetypedescription
employeeIDstringID of the Employee being updated
federalParametersarrayList of Tax Parameter


Show child attributes code
type: string
description: codename of tax parameter

value
type: string
description: Value for the given tax parameter

jurisdiction
type: string
description: "US" for federal

effectiveDate
type: string
description: effective date of the tax parameter

stateParametersarrayList of Tax Parameter


Show child attributes code
type: string
description: codename of tax parameter

value
type: string
description: Value for the given tax parameter

jurisdiction
type: string
description: example "CA" for state

effectiveDate
type: string
description: effective date of the tax parameter

errorsarrayContains list of error objects which consists of:
message: Error message
code: Error code as described in Error codes
Language
Authorization
Header
Click Try It! to start a request and see the response here!