POST api/smsQuery/GetSmsQueryResult
Request Information
URI Parameters
None.
Body Parameters
SmsQueryInput| Name | Description | Type | Additional information |
|---|---|---|---|
| StartTime | date |
None. |
|
| EndTime | date |
None. |
|
| OrgId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"StartTime": "2025-12-24T22:04:47.6368462+08:00",
"EndTime": "2025-12-24T22:04:47.6368462+08:00",
"OrgId": "658c709c-9bb7-4a13-9405-371b57abc4f2"
}
application/xml, text/xml
Sample:
<SmsQueryInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Siyan.Lianxinqiao.Core.SMS.Dto"> <EndTime>2025-12-24T22:04:47.6368462+08:00</EndTime> <OrgId>658c709c-9bb7-4a13-9405-371b57abc4f2</OrgId> <StartTime>2025-12-24T22:04:47.6368462+08:00</StartTime> </SmsQueryInput>
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.