{ "opencollection": "1.0.0", "info": { "name": "Paylocity Integrations REST Background Check Taxes API", "version": "2.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.paylocity.com/IdentityServer/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Taxes", "type": "folder" }, "items": [ { "info": { "name": "List local taxes for employee", "type": "http" }, "http": { "method": "GET", "url": "https://api.paylocity.com/api/v2/companies/:companyId/employees/:employeeId/localtax", "params": [ { "name": "companyId", "value": "", "type": "path" }, { "name": "employeeId", "value": "", "type": "path" } ] }, "docs": "List local taxes for employee" }, { "info": { "name": "Add a local tax", "type": "http" }, "http": { "method": "POST", "url": "https://api.paylocity.com/api/v2/companies/:companyId/employees/:employeeId/localtax", "params": [ { "name": "companyId", "value": "", "type": "path" }, { "name": "employeeId", "value": "", "type": "path" } ] }, "docs": "Add a local tax" }, { "info": { "name": "Upsert primary state tax", "type": "http" }, "http": { "method": "POST", "url": "https://api.paylocity.com/api/v2/companies/:companyId/employees/:employeeId/statetax/primary", "params": [ { "name": "companyId", "value": "", "type": "path" }, { "name": "employeeId", "value": "", "type": "path" } ] }, "docs": "Upsert primary state tax" } ] } ], "bundled": true }