POST api/SmsOtp/Verify
Request Information
URI Parameters
None.
Body Parameters
VerifySmsOtpRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| PhoneNumber | string |
None. |
|
| CountryCode | string |
None. |
|
| Otp | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PhoneNumber": "sample string 1",
"CountryCode": "sample string 2",
"Otp": "sample string 3"
}
application/xml, text/xml
Sample:
<VerifySmsOtpRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GOS_N_TOW_API.Models"> <CountryCode>sample string 2</CountryCode> <Otp>sample string 3</Otp> <PhoneNumber>sample string 1</PhoneNumber> </VerifySmsOtpRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
Sample not available.