POST WebsiteUser/UpdatePushNotificationToken

Updates the push notification token asynchronous.

Request Information

Body Parameters

WebsiteUserPushNotificationUpdate - The model.

Request body formats
Sample:
{
  "EmailAddress": "sample string 1",
  "PushNotificationToken": "sample string 2"
}
Sample:

Sample not available.