POST api/Customer/SendSMS

Documentation for 'SendSMS'.

Request Information

Parameters

NameDescriptionAdditional information
model
Documentation for 'model'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "MobileNo": "sample string 1",
  "Message": "sample string 2"
}

application/xml, text/xml

Sample:
<SMSModel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <MobileNo>sample string 1</MobileNo>
  <Message>sample string 2</Message>
</SMSModel>