Create field set

Use case

We will create a field set for additional scoring details under the risk scoring decision entity.

Use case data
API parameter with values

The path parameter is the entity name (in this case, RISK.SCORING_DECISION).

The body consists of a unique field set ID and name.

Sample API call

To create the field set, use the following endpoint:

https://risk-api.sandbox.tuumplatform.com/api/v1/custom-fields/RISK.SCORING_DECISION/field-set

circle-info

Learn more about the create field setarrow-up-right endpoint in the Tuum developer portal.

Sample request

The sample request body is as follows:

{
  "name": "Additional scoring details",
  "fieldSetId": "additional_scoring"
}

Sample response

Below you will find the response to the sample request:

chevron-rightResponsehashtag

Result

We have created a field set for additional risk scoring details. Next, we will create fields for the field set that we just made.

Last updated

Was this helpful?