Update field set
Last updated
Was this helpful?
Last updated
Was this helpful?
We want to update the name of an existing field set in the loan contract header entity.
The first path parameter is the entity name (in this case, LOAN.CONTRACT_HEADER).
The second path parameter is the field set ID whose name you want to update.
In the body, we will enter the new field name.
To update the field set name, use the following endpoint:
https://loan-api.sandbox.tuumplatform.com/api/v1/custom-fields/LOAN.CONTRACT_HEADER/field-set/Contract%20Extras
The sample request body is as follows:
Below you will find the response to the sample request:
We have now updated the field set name:
From the previous name "Contracts",
To the new name "Extra details for contract headers".