Customer Parameters API
Endpoint
Parent Property/Element
Property/Element Name
Mandatory
Data Type
Description
Parent Property/Element
Property/Element Name
Mandatory
Data Type
Description
Last updated
Last updated
{
"generalResp": { "statusCode": "200",
"status": "success",
"message": "Customer param retrieved successfully",
"remarks": ""
},
"customParamResp": [
{
"customParamName": "Mobile Number",
"dataType": "NUMERIC",
"optional": false,
"minLength": 10,
"maxLength": 10,
"regex": "^[6-9]{1}[0-9]{9}$",
"visibility": true
},
{
"customParamName": "Circle",
"dataType": "ALPHANUMERIC",
"optional": false,
"minLength": 1,
"maxLength": 50,
"regex": null,
"visibility": true
},
{
"customParamName": "Id",
"dataType": "ALPHANUMERIC",
"optional": false,
"minLength": 1,
"maxLength": 50,
"regex": null,
"visibility": false
}
]
}