POST api/VerifyOTP

Request Information

URI Parameters

None.

Body Parameters

OTPInfo
NameDescriptionTypeAdditional information
MobileNo

string

None.

OTP

string

None.

OTPfor

integer

None.

isRegenerated

boolean

None.

StatusCode

string

None.

ClientId

integer

None.

UserName

string

None.

Role

string

None.

ProjectID

string

None.

ClientName

string

None.

connectionString

string

None.

DocumentURL

string

None.

DocumentLocationPath

string

None.

ProjectName

string

None.

Version

string

None.

errormessage

string

None.

errorstatus

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "MobileNo": "sample string 1",
  "OTP": "sample string 2",
  "OTPfor": 3,
  "isRegenerated": true,
  "StatusCode": "sample string 5",
  "ClientId": 6,
  "UserName": "sample string 7",
  "Role": "sample string 8",
  "ProjectID": "sample string 9",
  "ClientName": "sample string 10",
  "connectionString": "sample string 11",
  "DocumentURL": "sample string 12",
  "DocumentLocationPath": "sample string 13",
  "ProjectName": "sample string 14",
  "Version": "sample string 15",
  "errormessage": "sample string 16",
  "errorstatus": true
}

application/xml, text/xml

Sample:
<OTPInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RetailerWebAPI.Services">
  <errormessage xmlns="http://schemas.datacontract.org/2004/07/RetailerWebAPI.Models">sample string 16</errormessage>
  <errorstatus xmlns="http://schemas.datacontract.org/2004/07/RetailerWebAPI.Models">true</errorstatus>
  <ClientId xmlns="http://schemas.datacontract.org/2004/07/RetailerWebAPI.Models">6</ClientId>
  <ClientName xmlns="http://schemas.datacontract.org/2004/07/RetailerWebAPI.Models">sample string 10</ClientName>
  <DocumentLocationPath xmlns="http://schemas.datacontract.org/2004/07/RetailerWebAPI.Models">sample string 13</DocumentLocationPath>
  <DocumentURL xmlns="http://schemas.datacontract.org/2004/07/RetailerWebAPI.Models">sample string 12</DocumentURL>
  <ProjectID xmlns="http://schemas.datacontract.org/2004/07/RetailerWebAPI.Models">sample string 9</ProjectID>
  <ProjectName xmlns="http://schemas.datacontract.org/2004/07/RetailerWebAPI.Models">sample string 14</ProjectName>
  <Role xmlns="http://schemas.datacontract.org/2004/07/RetailerWebAPI.Models">sample string 8</Role>
  <UserName xmlns="http://schemas.datacontract.org/2004/07/RetailerWebAPI.Models">sample string 7</UserName>
  <Version xmlns="http://schemas.datacontract.org/2004/07/RetailerWebAPI.Models">sample string 15</Version>
  <connectionString xmlns="http://schemas.datacontract.org/2004/07/RetailerWebAPI.Models">sample string 11</connectionString>
  <MobileNo>sample string 1</MobileNo>
  <OTP>sample string 2</OTP>
  <OTPfor>3</OTPfor>
  <StatusCode>sample string 5</StatusCode>
  <isRegenerated>true</isRegenerated>
</OTPInfo>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.