{ "opencollection": "1.0.0", "info": { "name": "Keka HR Assets Payroll API", "version": "v1" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://login.keka.com/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Payroll", "type": "folder" }, "items": [ { "info": { "name": "Get Salary components", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.keka.com/api/v1/api/v1/payroll/salarycomponents" }, "docs": "

This API is used for fetching list of all salary components.

\n" }, { "info": { "name": "Get all pay groups", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.keka.com/api/v1/api/v1/payroll/paygroups" }, "docs": "

This API is used for fetching list of all pay groups.

\n" }, { "info": { "name": "Get all pay cycles", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.keka.com/api/v1/api/v1/payroll/paygroups/:payGroupId/paycycles", "params": [ { "name": "payGroupId", "value": "", "type": "path" } ] }, "docs": "

This API is used for fetching list of all pay cycles in a pay group.

\n

Enumerated Values

\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
PayrollRunStatusRemunerationTypePaymentStatus
0 = Pending
1 = Finalized
3 = Partial
0 = Monthly
1 = Daily
2 = Hourly
0 = UnPaid
1 = Paid
\n
This API is used for fetching pay register for a given pay cycle.

\n

Enumerated Values

\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
PayrollRunStatusRemunerationTypePaymentStatus
0 = Pending
1 = Finalized
3 = Partial
0 = Monthly
1 = Daily
2 = Hourly
0 = UnPaid
1 = Paid
\n
This API is used for fetching list of all pay batches in a pay group.

\n

Enumerated Values

\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
PayrollRunStatusRemunerationTypePaymentStatus
0 = Pending
1 = Finalized
3 = Partial
0 = Monthly
1 = Daily
2 = Hourly
0 = UnPaid
1 = Paid
\n
This API is used for fetching batch payments against against a batch ID,.

\n

Enumerated Values

\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
PayrollRunStatusRemunerationTypePaymentStatus
0 = Pending
1 = Finalized
3 = Partial
0 = Monthly
1 = Daily
2 = Hourly
0 = UnPaid
1 = Paid
\n
This API is used for updating payment status for a given batch ID. Only 100 bulk transactions will be allowed for a particular batch.

\n

Enumerated Values

\n
\n\n\n\n\n\n\n\n\n\n\n\n
PayrollRunStatusRemunerationTypePaymentStatus
0 = Pending
1 = Finalized
3 = Partial
0 = Monthly
1 = Daily
2 = Hourly
0 = UnPaid" }, { "info": { "name": "Get all Pay Grades", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.keka.com/api/v1/api/v1/time/payroll/paygrades" }, "docs": "Get all Pay Grades" }, { "info": { "name": "Get All Pay Bands", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.keka.com/api/v1/api/v1/payroll/payband" }, "docs": "Get All Pay Bands" }, { "info": { "name": "Get all Employee Salaries", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.keka.com/api/v1/api/v1/payroll/salaries" }, "docs": "Get all Employee Salaries" }, { "info": { "name": "Get all employee FnF details", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.keka.com/api/v1/api/v1/payroll/employees/fnf" }, "docs": "Get all employee FnF details" }, { "info": { "name": "Get all Bonus Types", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.keka.com/api/v1/get-all-bonus-types" }, "docs": "

Get all bonus types

\n" } ] } ], "bundled": true }