GetAllPayslipsByEmployeeId


Description:

This endpoint will provide a list of all payslips of an employee to the authorized requester.


Request:

https://dev02-api-gateway.moorepay.co.uk/payrolloutput/v1/PayrollOutput/GetAllPayslipsByEmployeeId/{employeeId}


Request headers:

Name

Required

Type

Description

Authorization

Yes

string

access token


Request parameters:

              Name

      In

           Required

             Type

      Description

  employeeId

  template

     true

      string

     string[6]


Response example:


Response: 200 OK

[{
"payslipNumber": 0.0,
"employeeNumber": 0.0,
"payDate": "string",
"netPay": 0.0
}]


Response: 400 Bad Request

Bad Request


Response: 401 Unauthorized

Unauthorized


Response: 404 Not Found

Not Found


Response: 405 Method Not Allowed

Method Not Allowed


Response: 500 Internal Server Error

Internal Server Error

Created with the Personal Edition of HelpNDoc: Don't be left in the past: convert your WinHelp HLP help files to CHM with HelpNDoc