get https://apisandbox.paylocity.com/api/v1/companies//employees//localTaxes
Get All Local Taxes returns all local tax information for the selected employee.
Responses
403Forbidden
Get All Local Taxes returns all local tax information for the selected employee.
403Forbidden
xxxxxxxxxx
curl --request GET \
--url https://apisandbox.paylocity.com/api/v1/companies/companyId/employees/employeeId/localTaxes \
--header 'accept: application/json'
xxxxxxxxxx
10[
{
"exemptions": 0,
"exemptions2": 0,
"filingStatus": "string",
"residentPSD": "string",
"taxCode": "string",
"workPSD": "string"
}
]