POST api/V1/sms/ValidateOTP

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
sms
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "To": "sample string 1",
  "CustomerName": "sample string 2",
  "Message": "sample string 3",
  "CompanyId": "sample string 4",
  "LoginId": "sample string 5",
  "SMSType": 6,
  "Sender": "sample string 7",
  "OTP": "sample string 8"
}

application/xml, text/xml

Sample:
<SmsMessage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TPNagar.Contract.Communication">
  <CompanyId>sample string 4</CompanyId>
  <CustomerName>sample string 2</CustomerName>
  <LoginId>sample string 5</LoginId>
  <Message>sample string 3</Message>
  <OTP>sample string 8</OTP>
  <SMSType>6</SMSType>
  <Sender>sample string 7</Sender>
  <To>sample string 1</To>
</SmsMessage>

application/x-www-form-urlencoded

Sample:

Sample not available.