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