GetPayrollStatus
GetPayrollStatus
Description:
This endpoint will allow the authorized requester to Get the current status of a payroll for a particular company.
Request:
https://dev02-api-gateway.moorepay.co.uk/process-payroll/v1/ProcessPayroll/GetPayrollStatus/{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
{
"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: Maximize Your Documentation Capabilities with HelpNDoc's Project Analyzer