API Change Log for December 2021 Release
over 2 years ago by Abhay Anumula
Check the API updates for this release.
API End Point | Scenario | Old Behavior | New Behavior | API Documentation Link |
---|---|---|---|---|
v1/employees/Check-in POST: {{api_url}}/v1/employees/{{employee_id}}/checkin v1/employees/Checkout POST: {{api_url}}/v1/employees/{{employee_id}}/checkout | For the SSO integration, users do not have their own credentials to validate. So we will use a token, after the auth credentials are verified. | Earlier, token was not considered when the authorize model was not available. | Token will be considered even if the authorize model is not available. | Check-in an employee |
GET:{api_url}/v1/employees/{employee_id}/security_roles | Add new security role permission and add support for the payment APIs. | Earlier, collection of payment was not supported. | This security role also allows the employee to collect payments. | NA |
POST: {api_url}/v1/reports/integrations/{IntegrationType}/flat_file | API to get ADP payroll report for the selected pay period. | NA | This API allows the user to fetch the ADP payroll report for the selected pay period cycle. | NA |