Update custom field value
Last updated
Was this helpful?
Last updated
Was this helpful?
We want to update the value of a custom field in a particular loan contract.
The field ID and the value you want to update for the field.
The entity name and the contract number for which you want to update the custom value.
To update the custom field value, use the following endpoint:
https://loan-api.sandbox.tuumplatform.com/api/v1/custom-fields/value
The sample request body is as follows:
Below you will find the response to the sample request:
We have now updated the value of the custom field fieldValue
for the loan contract:
From the previous value 5000,
To the new value 4500.