get https://dc1demogwext.paylocity.com/apiHub/payroll/v1/companies//employees//deductions/
Summary Description
This function will allow the API user to get the details for a specific deduction code on an employee record.
Response
Summary Description
This function will allow the API user to get the details for a specific deduction code on an employee record.
xxxxxxxxxx
curl --request GET \
--url https://dc1demogwext.paylocity.com/apiHub/payroll/v1/companies/companyId/employees/employeeId/deductions/deductionCode \
--header 'accept: application/json'
xxxxxxxxxx
45]
[
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"employeeId": "string",
"companyId": "string",
"code": "string",
"type": "string",
"rate": 0,
"arrear": 0,
"frequency": "string",
"calculationCode": "string",
"agencyCode": "string",
"miscellaneousInfo": "string",
"priority": 0,
"selfInsured": true,
"recordType": "Current",
"note": "string",
"effectiveDate": "2025-04-07T20:33:50.123Z",
"beginCheckDate": "2025-04-07T20:33:50.123Z",
"endCheckDate": "2025-04-07T20:33:50.123Z",
"costCenters": [
{
"level": 0,
"code": "string",
"additionalProp": {}