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
| Name | Data Type | Description | Mandatory/Optional |
|---|---|---|---|
| AccountNumber | String | Customer account number | Mandatory |
| NotificationPreference | Int | 0 = “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
Updated about 5 hours ago
