Updates the ArePushNotificationsEnabled configuration for a mobile device based on the provided member id and device id
Endpoint URL
http://api.clearvoicesurveys.com/api/v2/member/updatemembermobiledevice
Parameters
MemberId integer |
DeviceId string |
ArePushNotificationsEnabled boolean |
Example Request Data
{ "MemberId": 1, "DeviceId": "sample string 2", "ArePushNotificationsEnabled": true }
Response Description
Example Response
{}