Update field
Last updated
Was this helpful?
Last updated
Was this helpful?
We will update an existing field in the loan header contract entity. In this case, we will mark the field as required.
The first path parameter is the entity name (in this case, LOAN.CONTRACT_HEADER).
The second path parameter is the field ID that you want to update.
In the body, we will enter the required parameters with the updated values.
To update the field, use the following endpoint:
https://loan-api.sandbox.tuumplatform.com/api/v1/custom-fields/LOAN.CONTRACT_HEADER/field/ResVal
The sample request body is as follows:
Below you will find the response to the sample request:
We have now updated the field Residual Value
as a required field.