POST Account/RegisterSeed
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model | No documentation available. |
Define this parameter in the request body. |
Request body 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
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.