GetPayslipRunOptions
GetPayslipRunOptions
Description:
This endpoint will allow the authorized requester to Get Payslip Run Options for a particular company
Request:
https://dev02-api-gateway.moorepay.co.uk/process-payroll/v1/ProcessPayroll/GetPayslipRunOptions/{companyId}
Request parameters:
Name |
In |
Required |
Type |
Description |
companyId |
template |
true |
string |
Key string[2] |
Request headers:
Name |
Required |
Type |
Description |
Authorization |
Yes |
string |
access token |
Response example:
Response: 200 OK
{
"companyId": 0,
"payPeriod": 0,
"periodEnding": "string",
"paymentDate": "string",
"active": true
}
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: Transform Your Documentation Process with HelpNDoc's Project Analyzer