During the changeover period for New Urla, it is important to be able to determine the mismo version for any loan file you are working on in Blend.
Find the Mismo Version
Option 1: Open the Mismo in the UI
Option 2: Download from the Loan Data from API
Open the Mismo in the UI
- Head over to the Application tab on the loan
- Click the three dots in the far right
- Select Download Application Package
- Open the file on your desktop and review the contents
- If the Mismo version is 3.4 it is New Urla
- If the Mismo version is 3.3.1 it is Old Urla
Download Loan Data from the API
- Visit the Blend Developers Site
- Navigate here - https://developers.blend.com/blend/reference#export-application-data
(Optional) Helpful Tool
If you add this to your bookmarks, each time you click it on a loan app page, it will automatically download the mismo to your computer.
Code Snippet
javascript:(function()%7Bvar url %3D location.href%3Bvar fields %3D url.split('%2F')%3Bvar mismo %3D 'https%3A%2F%2F' %2B fields%5B2%5D %2B '%2Fapi%2Floans%2F' %2B fields%5B5%5D %2B '%2Fmismo%3Fversion%3Dv3.4.0'%3Bwindow.open(mismo)%7D)()
Here is how it works:
Comments
0 comments
Please sign in to leave a comment.