Search custom field sources
Last updated
Was this helpful?
Last updated
Was this helpful?
Consider that we have additional codes as custom fields for loan applications. Here we want to find the applications with the code number 55.
The entity name (in this case, LOAN.APPLICATION).
The field ID and the value that you want to search.
To search the values for the parameters we have specified, use the following endpoint:
https://loan-api.sandbox.tuumplatform.com/api/v1/custom-fields/source/search
Please remember that this API call uses the POST
method to perform the search function.
The sample request body is as follows:
Below you will find the response to the sample request:
From the response, we can see the list of loan applications with the code number 55.