Endpoints
Payroll
Trigger and read payroll runs.
Start a run
POST /v1/payroll/run
{ "period": "2026-06", "notify": true }
HROne computes PF, ESIC, PT and TDS and returns a run you can approve.
Payroll runs are idempotent per period — calling twice for the same month returns the existing run.