POST api/MRide/OTPVerificationOfCustomer
Request Information
URI Parameters
None.
Body Parameters
OTPVerificationOfCustomerModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PhoneNumber | string |
None. |
|
| CountryCode | string |
None. |
|
| AuthenticationID | string |
None. |
|
| FromSocial | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"PhoneNumber": "sample string 1",
"CountryCode": "sample string 2",
"AuthenticationID": "sample string 3",
"FromSocial": 4
}
application/xml, text/xml
Sample:
<OTPVerificationOfCustomerModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MRide_API"> <AuthenticationID>sample string 3</AuthenticationID> <CountryCode>sample string 2</CountryCode> <FromSocial>4</FromSocial> <PhoneNumber>sample string 1</PhoneNumber> </OTPVerificationOfCustomerModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IAsyncResult| Name | Description | Type | Additional information |
|---|---|---|---|
| IsCompleted | boolean |
None. |
|
| AsyncWaitHandle | WaitHandle |
None. |
|
| AsyncState | Object |
None. |
|
| CompletedSynchronously | boolean |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.