GetCustomerMasterDetailsByPayrollReference
GetCustomerMasterDetailsByPayrollReference
Description:
Request Customer Master Details.
Request headers:
Name |
Required |
Type |
Description |
Authorization |
Yes |
string |
access token |
Request parameters:
Name |
In |
Required |
Type |
Description |
payrollReference |
query |
false |
string |
Key string[6] |
Response example:
Response: 200 OK
[
{
"account":
{
"payrollReference": "",
"groupName": "",
"companyName": "",
"companyNo": "string",
"frequency": "",
"currentPeriod": "",
"clientID": "",
"clientType": "",
"currEesOnFile": "string",
"payrollContact1": "",
"payrollContact2": "",
"mngemntContact1": "",
"mngemntContact2": "",
"payrollContactEmail1": "",
"payrollContactEmail2": "",
"customerOnStop": "",
"team": "string",
"payviewUserYN": "",
"hrOnlyFlag": "",
"nextGenFlag": ""
},
"payroll":
{
"frequency": "s",
"currentPeriod": "string",
"currPeriodPayDate": "string",
"peCalendarRule": "str",
"autoBACS": "s",
"clientDays": "st",
"previewRequired": "s",
"clientPrevDays": "s",
"bankHolidayNotes": "string",
"specialArrangements": "string",
"payDayCalendarRule": "str",
"pensionAeServiceLevel": ""
}
}
]
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: Revolutionize Your Documentation Output with HelpNDoc's Stunning User Interface