POST Register

Registers the website user asynchronous.

Request Information

Body Parameters

Register - The model.

Request body formats
Sample:
{
  "AppSourceId": 1,
  "FirstName": "sample string 2",
  "LastName": "sample string 3",
  "EmailAddress": "sample string 4",
  "TelephoneCell": "sample string 5",
  "Password": "sample string 6",
  "SendNotifications": true
}
Sample:

Sample not available.