POST api/verification/VerifyResponse

Request Information

URI Parameters

None.

Body Parameters

VerificationResponse
NameDescriptionTypeAdditional information
Success

boolean

None.

Id

integer

None.

IdToken

string

None.

MobileNo

string

None.

Email

string

None.

PackageName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Success": true,
  "Id": 2,
  "IdToken": "sample string 3",
  "MobileNo": "sample string 4",
  "Email": "sample string 5",
  "PackageName": "sample string 6"
}

application/xml, text/xml

Sample:
<VerificationResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SmsVerificationModels">
  <Email>sample string 5</Email>
  <Id>2</Id>
  <IdToken>sample string 3</IdToken>
  <MobileNo>sample string 4</MobileNo>
  <PackageName>sample string 6</PackageName>
  <Success>true</Success>
</VerificationResponse>

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.