POST api/common/Verification

Request Information

URI Parameters

None.

Body Parameters

VerificationModel
NameDescriptionTypeAdditional information
IsUserVerification

boolean

None.

FirstName

string

None.

Email

string

None.

PhoneNumber

string

None.

NotificationType

integer

None.

VerificationCode

string

None.

Type

string

None.

Request Formats

application/json, text/json

Sample:
{
  "IsUserVerification": true,
  "FirstName": "sample string 2",
  "Email": "sample string 3",
  "PhoneNumber": "sample string 4",
  "NotificationType": 5,
  "VerificationCode": "sample string 6",
  "Type": "sample string 7"
}

application/xml, text/xml

Sample:
<VerificationModel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <IsUserVerification>true</IsUserVerification>
  <FirstName>sample string 2</FirstName>
  <Email>sample string 3</Email>
  <PhoneNumber>sample string 4</PhoneNumber>
  <NotificationType>5</NotificationType>
  <VerificationCode>sample string 6</VerificationCode>
  <Type>sample string 7</Type>
</VerificationModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.