get https://loanpro.simnang.com/api/public/api/1/odata.svc/Loans()
This request allows you to pull a loan's insurance Custom Field information.
Click here to learn more about this request
Custom fields are used by lenders to track information that's important to their business practices but isn't native to LoanPro. Here's what you need to know about this request:
- The
Insurance
object is nested within theLoans
entity. - This request will pull information about all of the custom fields associated with a loan's insurance information. The response will include the following information:
id
: this is the database ID of the custom fieldentityId
: in this context, this is the system ID of the insurance entitycustomFieldId
: this is the system ID of the custom fieldcustomFieldValue
: this is the current value of the custom field
For an example of how custom fields work within the UI, take a look at our Using Custom Fields article. And for an example of logging insurance information within the UI, our Insurance article is the place to look.
Database
For information on insurance tracking and custom field database tables, see the following articles: