POST otp/send

Request Information

URI Parameters

None.

Body Parameters

OTP
NameDescriptionTypeAdditional information
centerid

integer

None.

companyid

integer

None.

countrycode

integer

Required

mobilenumber

string

Required

memberid

integer

Required

source

string

None.

isuser

string

None.

waiverinfo

string

None.

isocode

string

Required

isWaiver

boolean

None.

time

date

None.

Request Formats

application/json, text/json

Sample:
{
  "centerid": 1,
  "IntPubCenterID": 0,
  "companyid": 2,
  "IntPubCompanyID": 0,
  "countrycode": 3,
  "CountryCode": 0,
  "mobilenumber": "sample string 4",
  "IntPubMobileNo": null,
  "memberid": 5,
  "IntPubMemberID": 0,
  "source": "sample string 6",
  "Source": null,
  "isuser": "sample string 7",
  "isUser": null,
  "waiverinfo": "sample string 8",
  "WaiverInfo": null,
  "isocode": "sample string 9",
  "IsoCode": null,
  "isWaiver": true,
  "time": "2024-10-11T12:46:56.3766312+05:30"
}

application/xml, text/xml

Sample:
<OTP xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FFWebAPIB2C.Models">
  <CountryCode xmlns="http://schemas.datacontract.org/2004/07/FFBusinessEntity.v2">0</CountryCode>
  <IntPubCenterID xmlns="http://schemas.datacontract.org/2004/07/FFBusinessEntity.v2">0</IntPubCenterID>
  <IntPubCompanyID xmlns="http://schemas.datacontract.org/2004/07/FFBusinessEntity.v2">0</IntPubCompanyID>
  <IntPubMemberID xmlns="http://schemas.datacontract.org/2004/07/FFBusinessEntity.v2">0</IntPubMemberID>
  <IntPubMobileNo i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/FFBusinessEntity.v2" />
  <IsoCode i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/FFBusinessEntity.v2" />
  <Source i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/FFBusinessEntity.v2" />
  <WaiverInfo i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/FFBusinessEntity.v2" />
  <isUser i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/FFBusinessEntity.v2" />
  <CountryCode>3</CountryCode>
  <IntPubCenterID>1</IntPubCenterID>
  <IntPubCompanyID>2</IntPubCompanyID>
  <IntPubMemberID>5</IntPubMemberID>
  <IntPubMobileNo>sample string 4</IntPubMobileNo>
  <IsoCode>sample string 9</IsoCode>
  <Source>sample string 6</Source>
  <WaiverInfo>sample string 8</WaiverInfo>
  <isUser>sample string 7</isUser>
  <isWaiver>true</isWaiver>
  <time>2024-10-11T12:46:56.3766312+05:30</time>
</OTP>

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.