improved
February 7, 2022
almost 3 years ago by Nadya Tuleyko
We removed the "Email" and "ID" uniqueness constraint logic. It is now handled on custom portal side. Check out the release details to learn more how it works now.
Release Details
Previously there was a limitation of the platform, that every Borrower needs to have a unique Email and a unique ID Number (SSN) in order to be created in the system. The limitation prevented duplicative records creation, however it didn't suit to some customer cases. Therefore the latest release includes the following update:
- Removed the "Email" and "ID" uniqueness constraint. You’ll be able to create and handle the uniqueness logic on custom portal side.
You can replicate the constraint logic with a “Search Borrowers” API request.