Deactivate field
Use case
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.
Use case data
API parameter with values
The first path parameter is the entity name (in this case, LOAN.CONTRACT_HEADER).
"...custom-fields/LOAN.CONTRACT_HEADER..."
The second path parameter is the field ID of the custom field that you want to deactivate.
"...field/AssetVal..."
Sample API call
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
Sample response
Below you will find the response to the sample request:
Result
The custom field AssetVal
has been deactivated and will not be usable for the loan contract header entity.
Last updated
Was this helpful?