POST Thirdparty/VerifyOTP

Request Information

URI Parameters

None.

Body Parameters

MYCII_EWS.BusinessObjects.VerifyOTP_Request
NameDescriptionTypeAdditional information
EmailId

string

None.

OTP

string

None.

Request Formats

application/json, text/json

Sample:
{
  "EmailId": "sample string 1",
  "OTP": "sample string 2"
}

application/xml, text/xml

Sample:
<VerifyOTP_Request xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <EmailId>sample string 1</EmailId>
  <OTP>sample string 2</OTP>
</VerifyOTP_Request>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.