POST api/SMS
Request Information
URI Parameters
None.
Body Parameters
SMSComTeleCallBackModel| Name | Description | Type | Additional 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": "2026-06-06T23:16:00.3319349-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>2026-06-06T23:16:00.3319349-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
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.