get https://apisandbox.paylocity.com/api/v2/companies//employees//localTaxes
Returns all local taxes for the selected employee.
Responses
401Unauthorized
403Forbidden
404The employee does not exist
429Too Many Requests
Returns all local taxes for the selected employee.
401Unauthorized
403Forbidden
404The employee does not exist
429Too Many Requests
xxxxxxxxxx
curl --request GET \
--url https://apisandbox.paylocity.com/api/v2/companies/companyId/employees/employeeId/localTaxes \
--header 'accept: application/json'
xxxxxxxxxx
10[
{
"exemptions": 0,
"exemptions2": 0,
"filingStatus": "string",
"residentPSD": "string",
"taxCode": "string",
"workPSD": "string"
}
]