SalaryBatches
Approves a payroll batch, locking it for editing. This prevents re-calculation but does not finalize the batch. (Another way to think of it is submitting the batch for final approval). Employees are NOT notified nor given access to preliminary paylips - to enable this, call the /withpreliminarypayslips route instead.
post/api/salarybatches/{batchId}/approve
Path parameters
batchIdinteger required
The ID of the batch to approve.
Response
OK
Changes
No recorded changes to this endpoint across all 1 revision of this API.