Creates a mobile device for the provided member
Endpoint URL
http://api.clearvoicesurveys.com/api/v2/member/createmembermobiledevice
Parameters
| MemberId integer |
| DeviceId string |
| DeviceIdProvider string |
| ArePushNotificationsEnabled boolean |
Example Request Data
{
"MemberId": 1,
"DeviceId": "sample string 2",
"DeviceIdProvider": "sample string 3",
"ArePushNotificationsEnabled": true
}
Response Description
Example Response
{}