Register Employees to 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.

Language
Credentials
Header
Click Try It! to start a request and see the response here!