post
https://payrollservice-d5ffb79ba43a9141.onporter.run/api/v1/payroll/process/payment
/process/payment
Initiate the payment process for employees. This endpoint allows you to specify the employee IDs, payment year, payment month, statutory type, and timeline.
Input Schema
{
employeeIds: String[]
year: Number
month: Number
statutory: String
timeline: String
}
NOTE:
- The value of month starts from 0 to 11, 0 representing January and 11 representing December
- If an employee has been processed for a statutory type for a month and year, the same employee can not be processed for that same statutory type of the same month and year