Default Withholding Codes
GET {{base_url}}/employee/withholdingDefaultList/:Company
Use this endpoint to retrieve all default payroll withholding codes available for an employee currently in the Employees hub.
NOTE: All withholding codes are on the Payroll tab of the employee record in your Vantagepoint instance.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | Required. |
The type of content supported by the API endpoint. |
| Authorization
| string | | Required.
The type of authorization supported by the API endpoint. |
RESPONSES
status: OK
[{"EmployeeCompany":"00","Code":"FED","Locale":"FE","Type":"F","Suppress":"N","PrintOnCheck":"Y","Method":"S"},{"EmployeeCompany":"00","Code":"FICA","Locale":"","Type":"D","Suppress":"N","PrintOnCheck":"Y","Method":"S"},{"EmployeeCompany":"00","Code":"MED","Locale":"","Type":"H","Suppress":"N","PrintOnCheck":"Y","Method":"S"}]