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.
Use case data
API parameter with values
The path parameter is the entity name (in this case, RISK.SCORING_DECISION).
".../custom-fields/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.
"fieldId": "internalCreditRating",
"name": "Measures probability of default according to internal credit rating model",
"fieldSetId": "additional_scoring",
"valueType": "TEXT"
We will also specify whether the field is unique, required, and active.