DeletePayCodeDetailsFromNHRDetails


Description:

Delete Pay and deduction codes from NHR details if requester is authorized to do so.


Request:

https://dev02-api-gateway.moorepay.co.uk/hrtopay/v1/HRToPay/DeletePayCodeDetailsFromNHRDetails[?hr_employee_id][&pay_code][&start_date]


Request parameters:

Name

In

Required

Type

Description

hr_employee_id

query

true

string

Basic HR to Pay employee details to holding table field to delete

pay_code

query

true

string


start_date

query

true

string

Date Format "yyyy-MM-dd"


Request headers:

Name

Required

Type

Description

Authorization

Yes

string

access token


Response: 200 OK

{

"responseMessage" : "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: Qt Help documentation made easy