PUT WebsiteUser/Profile

Updates the website user profile via phone application asynchronous.

Request Information

Body Parameters

WebsiteUserProfileUpdate - The model.

Request body formats
Sample:
{
  "FirstName": "sample string 1",
  "LastName": "sample string 2",
  "TelephoneCell": "sample string 3",
  "PushNotificationToken": "sample string 4"
}
Sample:

Sample not available.