POST api/smsQuery/GetOrgSmsRechargeList

Request Information

URI Parameters

None.

Body Parameters

SmsQueryListInput
NameDescriptionTypeAdditional information
StartTime

date

None.

EndTime

date

None.

OrgId

globally unique identifier

None.

SkipCount

integer

None.

MaxResultCount

integer

None.

Search

string

None.

Request Formats

application/json, text/json

Sample:
{
  "StartTime": "2025-12-24T22:04:15.1715754+08:00",
  "EndTime": "2025-12-24T22:04:15.1715754+08:00",
  "OrgId": "8b8848d9-578f-4a4d-8fab-3fcf5370f3a1",
  "SkipCount": 1,
  "MaxResultCount": 2,
  "Search": "sample string 3"
}

application/xml, text/xml

Sample:
<SmsQueryListInput 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:15.1715754+08:00</EndTime>
  <MaxResultCount>2</MaxResultCount>
  <OrgId>8b8848d9-578f-4a4d-8fab-3fcf5370f3a1</OrgId>
  <Search>sample string 3</Search>
  <SkipCount>1</SkipCount>
  <StartTime>2025-12-24T22:04:15.1715754+08:00</StartTime>
</SmsQueryListInput>

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.