Revel 2.77 API Updates

Welcome to the 2.77 Revel API changelog!

In Revel 2.77, we made some useful changes to our Employees resources.

Please review the changes below in order to test and update your integration accordingly.

Modified resources:

API modifications were made to /resources/Employee/

For the /resources/Employee/ parameter external_id, uniqueness of the string is no longer required. This requirement was removed since the field is for merchant use and at the merchant’s discretion. This change enables support for unique payroll providers across merchant locations.

For the POST, PUT, PATCH methods: Uniqueness for external_id is no longer enforced.

Note: If uniqueness is a requirement, consider using internal_employee_id which enforces uniqueness for the POST, PUT and PATCH methods.