Skip to main content
POST
Set Employee Tax Parameters

Authorizations

Authorization
string
header
required

Body

application/json
employeeID
string
required

ID of the Employee being updated

companyID
string
required

ID of the company that the employee belongs to

federalParameters
object[]
required

An array of Tax Parameter entries

stateParameters
object[]

An array of state Tax Parameter entries

effectiveDate
string<date>

Effective Date of the tax parameters in this request. Only accepts YYYY-MM-DD date format. This effective date will apply to any net new changed parameters unless the date is explicitly declared in the individual parameter object. Note: Will default to the time of the request

Response

200

success
boolean
default:true
Example:

true

data
object