PostHRToPayDetailsToHoldingTable
PostHRToPayDetailsToHoldingTable
Description:
Basic HR to Pay employee details to holding table field to insert.
Request:
https://dev02-api-gateway.moorepay.co.uk/hrtopay/v1/HRToPay/PostHRToPayDetailsToHoldingTable
Request headers:
Name |
Required |
Type |
Description |
Authorization |
Yes |
string |
access token |
Request body:
{
"hr_employee_id": "string",
"title": "stri",
"sur_name": "",
"first_name": "",
"middle_name": "",
"address": "",
"address2": "",
"town": "string",
"county": "string",
"postcode": "SN99 1AV",
"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 example:
Response: 200 OK
"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: Easy Qt Help documentation editor