Here we will find the details of all the fields for the loan contract header entity.
The path parameter is the entity name (in this case, LOAN.CONTRACT_HEADER).
To find the fields, use the following endpoint:
Below you will find the response to the sample request:
From the response, we can see the details of the defined fields for the loan contract header entity.
https://loan-api.sandbox.tuumplatform.com/api/v1/custom-fields/LOAN.CONTRACT_HEADER/field
Learn more about the endpoint in the Tuum developer portal.
For a particular loan contract, a value has been entered for one of the custom fields. In this scenario, we will find the value of the custom field for that loan contract.
The first query parameter is the entity name (in this case, LOAN.CONTRACT_HEADER).
The second query parameter is the loan contract number whose custom field values you want to find.
To find the custom field value, use the following endpoint:
Below you will find the response to the sample request:
From the response, we can see the custom field value for the loan contract.
https://loan-api.sandbox.tuumplatform.com/api/v1/custom-fields/value?sourceName=LOAN.CONTRACT_HEADER&sourceRef=INST2-1000
Learn more about the endpoint in the Tuum developer portal.
In this section, we will learn how to find the custom fields for the Loan API:
that have been created.
for a particular field set.
Perform a .
of a custom field.
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:
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.
https://loan-api.sandbox.tuumplatform.com/api/v1/custom-fields/source/search
Learn more about the endpoint in the Tuum developer portal.
Here we will find the existing field sets for the loan contract entity.
The path parameter is the entity name (in this case, LOAN.CONTRACT_HEADER).
To find the field sets, use the following endpoint:
Below you will find the response to the sample request:
From the response, we can see that the entity LOAN.CONTRACT_HEADER has one field set with ID Contract Extras
. Next, we will find the details of all the fields for this entity.
https://loan-api.sandbox.tuumplatform.com/api/v1/custom-fields/LOAN.CONTRACT_HEADER/field-set
Learn more about the endpoint in the Tuum developer portal.