POST radios/getIncomingSMSHistory
Request Information
URI Parameters
None.
Body Parameters
SMSHistoryRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CustId | integer |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| Archive | string |
None. |
|
| LsnCustId | integer |
None. |
|
| Type | string |
None. |
|
| MessageType | string |
None. |
|
| IsEmail | boolean |
None. |
|
| IsYapYap | boolean |
None. |
|
| IsSMS | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustId": 1,
"StartDate": "2026-04-17T11:37:33.2990843+00:00",
"EndDate": "2026-04-17T11:37:33.2990843+00:00",
"Archive": "sample string 2",
"LsnCustId": 3,
"Type": "sample string 4",
"MessageType": "sample string 5",
"IsEmail": true,
"IsYapYap": true,
"IsSMS": true
}
text/html
Sample:
{"CustId":1,"StartDate":"2026-04-17T11:37:33.2990843+00:00","EndDate":"2026-04-17T11:37:33.2990843+00:00","Archive":"sample string 2","LsnCustId":3,"Type":"sample string 4","MessageType":"sample string 5","IsEmail":true,"IsYapYap":true,"IsSMS":true}
application/xml, text/xml
Sample:
<SMSHistoryRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.Radios"> <Archive>sample string 2</Archive> <CustId>1</CustId> <EndDate>2026-04-17T11:37:33.2990843+00:00</EndDate> <IsEmail>true</IsEmail> <IsSMS>true</IsSMS> <IsYapYap>true</IsYapYap> <LsnCustId>3</LsnCustId> <MessageType>sample string 5</MessageType> <StartDate>2026-04-17T11:37:33.2990843+00:00</StartDate> <Type>sample string 4</Type> </SMSHistoryRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.