POST api/ChannelPartnerCompany/Login/VerifyOtp

Request Information

URI Parameters

None.

Body Parameters

ChannelPartnerCompanyVerifyOtpVm
NameDescriptionTypeAdditional information
Mobile

string

None.

DialCode

string

None.

Email

string

None.

OTP

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Mobile": "sample string 1",
  "DialCode": "sample string 2",
  "Email": "sample string 3",
  "OTP": 4
}

application/xml, text/xml

Sample:
<ChannelPartnerCompanyVerifyOtpVm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BrokerServer.Models.ChannelPartnerModels">
  <DialCode>sample string 2</DialCode>
  <Email>sample string 3</Email>
  <Mobile>sample string 1</Mobile>
  <OTP>4</OTP>
</ChannelPartnerCompanyVerifyOtpVm>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ChannelPartnerCompanyVerifyOtpVm'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.