POST api/B2CUser/SendMobileOTPForVISA

Request Information

URI Parameters

None.

Body Parameters

VerifyOTPForVisa
NameDescriptionTypeAdditional information
EmailOTPID

integer

None.

SMSVerificationID

integer

None.

TokenNumber

string

None.

OTP

string

None.

EmailOTP

string

None.

MobileOTP

string

None.

Status

string

None.

CreatedDate

date

None.

VerifiedDate

date

None.

UserEmail

string

None.

MobileNumber

string

None.

CultureCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "EmailOTPID": 1,
  "SMSVerificationID": 2,
  "TokenNumber": "sample string 3",
  "OTP": "sample string 4",
  "EmailOTP": "sample string 5",
  "MobileOTP": "sample string 6",
  "Status": "sample string 7",
  "CreatedDate": "2023-12-05T17:33:17.3095435+03:00",
  "VerifiedDate": "2023-12-05T17:33:17.3095435+03:00",
  "UserEmail": "sample string 10",
  "MobileNumber": "sample string 11",
  "CultureCode": "sample string 12"
}

application/xml, text/xml

Sample:
<B2CUserController.VerifyOTPForVisa xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TheZowarAPI.Controllers">
  <CreatedDate>2023-12-05T17:33:17.3095435+03:00</CreatedDate>
  <CultureCode>sample string 12</CultureCode>
  <EmailOTP>sample string 5</EmailOTP>
  <EmailOTPID>1</EmailOTPID>
  <MobileNumber>sample string 11</MobileNumber>
  <MobileOTP>sample string 6</MobileOTP>
  <OTP>sample string 4</OTP>
  <SMSVerificationID>2</SMSVerificationID>
  <Status>sample string 7</Status>
  <TokenNumber>sample string 3</TokenNumber>
  <UserEmail>sample string 10</UserEmail>
  <VerifiedDate>2023-12-05T17:33:17.3095435+03:00</VerifiedDate>
</B2CUserController.VerifyOTPForVisa>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />