v1
latestOpenAPI 3.0.02026-07-242035712.0 MBRules
Lists rule function call parameters for a card
The list will include the default values whenever they are not customised and the ones that have been overwritten for the card.
post/pws/pws_list_rfc_params/
Request body
Example request
{
"api_call_unique_identifier": "438574845790657485",
"client_id": 760131,
"rule_id": 366,
"token": 311012081
}Response
Successful Response
Example response
{
"header": {
"error_desc": "success"
},
"body": {
"rfc_card_params": [
{
"description": "No of Spends",
"value": 5,
"param_number": 2
}
]
}
}