Deactivate field
Last updated
Was this helpful?
Last updated
Was this helpful?
If you do not want to use a custom field for an entity, you can deactivate it. Here we will learn how to do this.
The first path parameter is the entity name (in this case, LOAN.CONTRACT_HEADER).
The second path parameter is the field ID of the custom field that you want to deactivate.
To deactivate the custom field, use the following endpoint:
https://loan-api.sandbox.tuumplatform.com/api/v1/custom-fields/LOAN.CONTRACT_HEADER/field/AssetVal/deactivate
Below you will find the response to the sample request:
The custom field AssetVal
has been deactivated and will not be usable for the loan contract header entity.
To activate the field, use the endpoint and set the parameter as "active": true
.