post
https://payrollservice-d5ffb79ba43a9141.onporter.run/api/v1/payroll/register/employee-paye/
Input Schema
{
paye: {
stateForPaye: String,
taxId: String,
},
employeeId: String
}
Response Schema
{
status: Boolean
message: String
data: {
grossAmount: Number
stateForPaye: String
taxId: String
amount: Number
}
}
Note: Ensure that each employee's information is included in the employeeId, and the "paye" object contains the required PAYE details.