Get custom field value
Last updated
Was this helpful?
Last updated
Was this helpful?
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:
https://loan-api.sandbox.tuumplatform.com/api/v1/custom-fields/value?sourceName=LOAN.CONTRACT_HEADER&sourceRef=INST2-1000
Below you will find the response to the sample request:
From the response, we can see the custom field value for the loan contract.