We will create a field set for additional scoring details under the risk scoring decision entity.
The path parameter is the entity name (in this case, RISK.SCORING_DECISION).
The body consists of a unique field set ID and name.
To create the field set, use the following endpoint:
The sample request body is as follows:
Below you will find the response to the sample request:
We have created a field set for additional risk scoring details. Next, we will create fields for the field set that we just made.
https://risk-api.sandbox.tuumplatform.com/api/v1/custom-fields/RISK.SCORING_DECISION/field-set
Learn more about the endpoint in the Tuum developer portal.
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:
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.
https://risk-api.sandbox.tuumplatform.com/api/v1/custom-fields/RISK.SCORING_DECISION/field
Learn more about the endpoint in the Tuum developer portal.
In cases where you want the values of a custom field to be carried forward to other entities within the same module, you can define the parameters as shown in this topic.
We will create fields for an existing field set under the risk scoring request entity. In this scenario, we want the values for this field to be copied from a field in another entity in the risk module.
The path parameter is the entity name for which you are creating the field (in this case, RISK.SCORING_REQUEST).
In the body, we will enter a unique field ID, name, and data type. Also, we will specify the field set ID for which we are creating the field. Note: The data type must be the same as the field from which you want to copy values. The field ID and name can be different.
We will also specify whether the field is unique, required, and active.
The entity name and field ID from which the values will be copied.
To create the field, use the following endpoint:
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 that are entered for one entity will be copied to another.
https://risk-api.sandbox.tuumplatform.com/api/v1/custom-fields/RISK.SCORING_REQUEST/field
Learn more about the endpoint in the Tuum developer portal.
In this section, we will learn how to create custom fields for the entities under Risk API:
First, we will for the risk scoring entity.
Then, we will for the field set.
We will also from another entity.