Modify a recurring consent
{
"ConsentID": 42,
"ConsentMods": {
"ExpMonth": 10,
"ExpYear": 2028,
"Email": "[email protected]",
"Zip": "04101",
"CustomerRefID": "A123456",
"ServiceDescrip": "Test",
"RPGUID": ""
}
}{
"ConsentRecurring_ModifyResult": {
"ErrCode": 0,
"ErrMsg": "",
"FunctionOk": true,
"ModifySuccess": true,
"RespMsg": "Success : Modified Consent ID : 42"
}
}Last updated
Was this helpful?