POST api/Account/VerifyOTP

Request Information

URI Parameters

None.

Body Parameters

VerifyOTP
NameDescriptionTypeAdditional information
PhoneNumber

string

None.

CountryCode

string

None.

OTP

string

None.

RestaurantIDF

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "PhoneNumber": "sample string 1",
  "CountryCode": "sample string 2",
  "OTP": "sample string 3",
  "RestaurantIDF": "b5da0b41-74c1-4854-bf23-acf614b6727b"
}

application/xml, text/xml

Sample:
<VerifyOTP xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/POSAPI.Models">
  <CountryCode>sample string 2</CountryCode>
  <OTP>sample string 3</OTP>
  <PhoneNumber>sample string 1</PhoneNumber>
  <RestaurantIDF>b5da0b41-74c1-4854-bf23-acf614b6727b</RestaurantIDF>
</VerifyOTP>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.