POST api/Reminder/Sendsms

Request Information

URI Parameters

None.

Body Parameters

Sendsms
NameDescriptionTypeAdditional information
Recepientname

string

None.

recepientnumber

string

None.

Message

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Recepientname": "sample string 1",
  "recepientnumber": "sample string 2",
  "Message": "sample string 3"
}

application/xml, text/xml

Sample:
<Sendsms xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EasyQuoteServiceWCF.Models">
  <Message>sample string 3</Message>
  <Recepientname>sample string 1</Recepientname>
  <recepientnumber>sample string 2</recepientnumber>
</Sendsms>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Sendsms'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.