Get custom field values

This request retrieves the balance breakdown of a line of credit account.

   Click here to learn more about this request

Custom Fields are used by lenders to track information that applies to their business but isn't native to LoanPro. Custom Fields are created and stored within the environment settings and then can be applied to entities such as customers, installment loans, line of credit accounts, and more. To learn the basics of Custom Fields, see our Custom Fields article.

Custom fields are associated with an entity type. For line of credit accounts, Custom Fields are associated with either the line of credit settings entity or the line of credit setup entity.

Note the following when using this request:

This request retrieves the values of all Custom Fields that have been applied to a line of credit account. The CustomFieldValues object holds Custom Field information, and it's nested within the LineOfCreditSettings and LineOfCreditSetup entities.

The response of this request lists each Custom Field that has been applied to the line of credit account. Here's a breakdown of the information listed in each result:

"id" : The ID that represents the Custom Field as it's applied to the account.

"entityId" : The ID of the entity that the Custom Field is associated with. In this context, this is the ID of the line of credit settings or setup entity.

"entityType" : The type of the entity that the Custom Field is associated with. In this context, this is the ID of the line of credit settings or setup entity.

"customFieldId" : The ID of the Custom Field configuration that applies broadly to the tenant account.

"customFieldValue" : The current value that's stored within the Custom Field for this customer profile.

For an example of how custom fields work within the UI, take a look at our Custom Fields article.

Language
Credentials
Click Try It! to start a request and see the response here!