Update Account Notification Preference

This endpoint is to update notification preference on customer accounts. Below are the applicable notification preferences on accounts

Overview

This endpoint is to update notification preference on customer accounts. Below are the applicable notification preferences on accounts

Required Payload

NameData TypeDescriptionMandatory/Optional
AccountNumberStringCustomer account numberMandatory
NotificationPreferenceInt0 = “None”
1 = “Email”
2 = “SMS”
3 = “Both”
Mandatory

Expected Request

{ 
"AccountNumber": "string", 
"NotificationPreference": 0 
} 

Expected Response

If the request is successful, it returns a status code of 200 with a response body.

{   "IsSuccessful": true,   "CustomerIDInString": null,   "Message": "Update Successful",   "TransactionTrackingRef": null,   "Page": null}

API Reference Update Notification Preference