POST api/SMS

Request Information

URI Parameters

None.

Body Parameters

SMSComTeleCallBackModel
NameDescriptionTypeAdditional information
Sender

string

None.

SentContent

string

None.

ReceivedContent

string

None.

ReceiveDate

date

None.

SenderName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Sender": "sample string 1",
  "SentContent": "sample string 2",
  "ReceivedContent": "sample string 3",
  "ReceiveDate": "2024-12-21T12:56:28.1119712-03:00",
  "SenderName": "sample string 5"
}

application/xml, text/xml

Sample:
<SMSComTeleCallBackModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShopperREST.Controllers">
  <ReceiveDate>2024-12-21T12:56:28.1119712-03:00</ReceiveDate>
  <ReceivedContent>sample string 3</ReceivedContent>
  <Sender>sample string 1</Sender>
  <SenderName>sample string 5</SenderName>
  <SentContent>sample string 2</SentContent>
</SMSComTeleCallBackModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.