POST api/accounts/verifyOTP
Request Information
URI Parameters
None.
Body Parameters
VerifyOPTBindingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| phoneNumber | string |
Required |
|
| otpCode | string |
Required |
|
| type | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"phoneNumber": "sample string 1",
"otpCode": "sample string 2",
"type": "sample string 3"
}
application/xml, text/xml
Sample:
<VerifyOPTBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AccountAPI.Models.Account"> <otpCode>sample string 2</otpCode> <phoneNumber>sample string 1</phoneNumber> <type>sample string 3</type> </VerifyOPTBindingModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.