GetBenefitDetailsPayForNHR


Description:

This endpoint will provide details of all employee benefit details to the authorized requester.


Request:

https://qa01-api-gateway.moorepay.co.uk/v1/HRToPay/GetBenefitDetailsPayForNHR


Request headers:

Name

Required

Type

Description

Authorization

Yes

string

access token


Request parameters:

Not required


Response example:


Response: 200 OK

[{ 

  "employeeNumber": "string",

  "companyCode": "string",

  "payCode": "string",

  "payCodeDescription": "string",

  "costOrPercentage": "string",

  "erValue": "string",

  "eeValue": "string",

  "additionalVoluntaryValue": "string",

  "startDate": "string",

  "endDate": "string"
}]


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: Create HTML Help, DOC, PDF and print manuals from 1 single source