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.

FCMToken

string

None.

DeviceType

string

None.

DeviceModel

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PhoneNumber": "sample string 1",
  "CountryCode": "sample string 2",
  "OTP": "sample string 3",
  "RestaurantIDF": "bde6c093-9148-4b78-9c5d-693ad09e09d1",
  "FCMToken": "sample string 5",
  "DeviceType": "sample string 6",
  "DeviceModel": "sample string 7"
}

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>
  <DeviceModel>sample string 7</DeviceModel>
  <DeviceType>sample string 6</DeviceType>
  <FCMToken>sample string 5</FCMToken>
  <OTP>sample string 3</OTP>
  <PhoneNumber>sample string 1</PhoneNumber>
  <RestaurantIDF>bde6c093-9148-4b78-9c5d-693ad09e09d1</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.