v1
latestOpenAPI 3.1.02026-07-2414339465.7 KBGet Employee Tax Parameter Summary
Retrieve a list of an employee's tax withholding parameters.
post/employees/getTaxParameterSummary
Request body
Response
200
Example response
{
"success": true,
"data": [
{
"employeeID": "622fbd3d2d883a0025b18e96",
"effectiveDate": "2021-11-11T00:00:00.000Z",
"jurisdiction": "US",
"params": [
{
"code": "FILINGSTATUS",
"type": "options",
"value": "S",
"valueDescription": "Single or Married filing separately",
"label": "Filing Status",
"isDefaultValue": true
}
]
}
]
}