Modify a consent subscription
Modify an existing subscription consent
{
"ConsentID": 12,
"ConsentMods": {
"ExpMonth": 10,
"ExpYear": 2022,
"Email": "[email protected]",
"Zip": "04106",
"RPGUID": "",
"CustomerRefID": "A123456",
"ServiceDescrip": "Test",
"PaymentAmt": 10,
"PaymentAdjustDate": "2019-04-29T11:26:11.093Z",
"OnHold": false
}
}{
"ErrCode": 0,
"ErrMsg": "",
"FunctionOk": true,
"RespMsg": "Consent successfully modified"
}Last updated
Was this helpful?