POST Register/FromChannel

Registers the website user from channel asynchronous.

Request Information

Body Parameters

RegisterFromChannel - The model.

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

Sample not available.