POST api/Account/VerifyRegistration

Request Information

URI Parameters

None.

Body Parameters

RegisterVerifyRequest
NameDescriptionTypeAdditional information
IpAddress

string

None.

CertificateNumber

string

None.

EmailAddress

string

None.

NewEmailAddress

string

None.

FirstName

string

None.

LastName

string

None.

PostalCode

string

None.

ImageUrl

string

None.

Request Formats

application/json, text/json

Sample:
{
  "IpAddress": "sample string 1",
  "CertificateNumber": "sample string 2",
  "EmailAddress": "sample string 3",
  "NewEmailAddress": "sample string 4",
  "FirstName": "sample string 5",
  "LastName": "sample string 6",
  "PostalCode": "sample string 7",
  "ImageUrl": "sample string 8"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IRegisterVerifyResponse
NameDescriptionTypeAdditional information
FirstName

string

None.

LastName

string

None.

EmailAddress

string

None.

PostalCode

string

None.

Address1

string

None.

Address2

string

None.

City

string

None.

State

string

None.

Country

string

None.

Password

string

None.

IdentificationNumber

string

None.

Phone

string

None.

VerifyStatus

string

None.

VerifyEmailStatus

boolean

None.

Response Formats

application/json, text/json

Sample:

Sample not available.