Create Determining Attribute (Range-based)



Last updated
Was this helpful?



Last updated
Was this helpful?
Was this helpful?
{
"context": {
"user": "mj_test",
"password": "xxxx",
"project": {
"name": "imp_payments_demo",
"version": "1.0"
}
},
"entity": {
"name": "amount_1",
"dataType": "NUMBER",
"type": "RANGE",
"values": [
{
"minValue": 0.01,
"maxValue": 250
},
{
"minValue": 250.01,
"maxValue": 2500
},
{
"minValue": 2500.01,
"maxValue": 25000
}
]
}
}