POST api/PhoneNumberVerification/ResendOTP
Request Information
URI Parameters
None.
Body Parameters
GenerateOTPModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Mobile | string |
None. |
|
| Source | AccountSource |
None. |
Request Formats
application/json, text/json
Sample:
{
"Mobile": "sample string 1",
"Source": 0
}
application/xml, text/xml
Sample:
<GenerateOTPModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Coke.Models.WebApi.ViewModels.PhoneNumberVerification"> <Mobile>sample string 1</Mobile> <Source>Android</Source> </GenerateOTPModel>
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.