GetHRToPayHoldingTableDetails
GetHRToPayHoldingTableDetails
Description:
Request HR To Pay employee details from holding table for given that the requestor is authorized to view.
Request:
https://dev02-api-gateway.moorepay.co.uk/hrtopay/v1/HRToPay/GetHRToPayHoldingTableDetails?hr_employee_id={hr_employee_id}
Request headers:
Name |
Required |
Type |
Description |
Authorization |
Yes |
string |
access token |
Request parameters:
Name |
In |
Required |
Type |
Description |
hr_employee_id |
query |
false |
string |
Key string[8] |
Response example:
Response: 200 OK
{
"hr_employee_id": "string",
"title": "stri",
"sur_name": "",
"first_name": "",
"middle_name": "",
"address": "",
"address2": "",
"town": "string",
"county": "string",
"postcode": "RG4 9OJ",
"country": "string",
"dob": "string",
"national_insurance": "",
"account_number": "string",
"sort_code": "string",
"account_name": "string",
"building_society_reference": "string",
"job_grade": "string",
"job_status": "string",
"primary_cost_code": "",
"wdays": "string",
"start_date": "string",
"hours_per_week": 99.99,
"work_telephone": "string",
"work_mobile": "string",
"home_telephone": "string",
"home_mobile": "string",
"home_email": "string",
"work_email": "string",
"marital_status": "string",
"birth_gender": "s",
"annualised_salary": 0,
"status": "s",
"remarks": "string",
"salary_effective_date": "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: Experience the Power and Simplicity of HelpNDoc's User Interface