PutPaySlipRunOptions
PutPaySlipRunOptions
Description:
This endpoint will allow the authorized requester to Toggle Active Status of a Payslip Run For particular Period.
Request:
https://dev02-api-gateway.moorepay.co.uk/process-payroll/v1/ProcessPayroll/PutPayslipRunOptions
Request headers:
Name |
Required |
Type |
Description |
Authorization |
Yes |
string |
access token |
Request body:
{
"companyId": 0.0,
"payPeriod": 0.0,
"periodEnding": "string",
"paymentDate": "string",
"active": true
}
Response example:
Response: 200 OK
{
"companyId": "string",
"payPeriod": 0,
"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: Maximize Your Documentation Capabilities with a Help Authoring Tool