Create fields
Last updated
Was this helpful?
Last updated
Was this helpful?
We will create fields for the additional scoring details field set under the risk scoring decision entity. In this scenario, we are creating a field for internal credit ratings.
The path parameter is the entity name (in this case, RISK.SCORING_DECISION).
In the body, we will enter a unique field ID, name, and value type.
Also, we will specify the field set ID for which we are creating the field.
We will also specify whether the field is unique, required, and active.
To create the field, use the following endpoint:
https://risk-api.sandbox.tuumplatform.com/api/v1/custom-fields/RISK.SCORING_DECISION/field
The sample request body is as follows:
Below you will find the response to the sample request:
We have created a custom field so that values can be entered for internal credit rating for the additional risk scoring details field set.