v1
latestOpenAPI 3.1.02026-07-2414339465.7 KBSet Employee Tax Parameters
Set an employee's tax withholding parameters.
post/employees/setTaxParameters
Request body
Response
200
Example response
{
"success": true,
"data": {
"employeeID": "6547etrc312314213",
"federalParameters": [
{
"_id": "660dbaf23c1e233277df7f",
"code": "FILINGSTATUS",
"value": "H",
"jurisdiction": "US",
"effectiveDate": "2024-04-03T00:00:00.000Z"
}
],
"stateParameters": [
{
"_id": "660dbaf23c1e233277df7f",
"code": "FILINGSTATUS",
"value": "H",
"jurisdiction": "CA",
"effectiveDate": "2024-04-03T00:00:00.000Z"
}
]
}
}