POST Account/RegisterSeed

Request Information

URI Parameters

None.

Body Parameters

RegisterSeedLoginModel
NameDescriptionTypeAdditional information
UserName

string

None.

Email

string

None.

ConfirmPassword

string

None.

Password

string

None.

LoginType

integer

None.

PortalKey

integer

None.

LoginKey

integer

None.

EmailConfirmed

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "UserName": "sample string 1",
  "Email": "sample string 2",
  "ConfirmPassword": "sample string 3",
  "Password": "sample string 4",
  "LoginType": 5,
  "PortalKey": 6,
  "LoginKey": 7,
  "EmailConfirmed": true
}

application/xml, text/xml

Sample:
<RegisterSeedLoginModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VHCSAPIModels.Models">
  <ConfirmPassword>sample string 3</ConfirmPassword>
  <Email>sample string 2</Email>
  <EmailConfirmed>true</EmailConfirmed>
  <LoginKey>7</LoginKey>
  <LoginType>5</LoginType>
  <Password>sample string 4</Password>
  <PortalKey>6</PortalKey>
  <UserName>sample string 1</UserName>
</RegisterSeedLoginModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.