POST api/sms/SendSmsListV

Request Information

URI Parameters

None.

Body Parameters

SmsSendListForOutInput
NameDescriptionTypeAdditional information
phoneNumber

string

None.

phone

string

None.

startTime

date

None.

endTime

date

None.

SkipCount

integer

None.

MaxResultCount

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "phoneNumber": "sample string 1",
  "phone": "sample string 2",
  "startTime": "2025-12-24T22:07:46.606025+08:00",
  "endTime": "2025-12-24T22:07:46.606025+08:00",
  "SkipCount": 3,
  "MaxResultCount": 4
}

application/xml, text/xml

Sample:
<SmsSendListForOutInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Siyan.Lianxinqiao.Core.SMS.DtoOut">
  <MaxResultCount>4</MaxResultCount>
  <SkipCount>3</SkipCount>
  <endTime>2025-12-24T22:07:46.606025+08:00</endTime>
  <phone>sample string 2</phone>
  <phoneNumber>sample string 1</phoneNumber>
  <startTime>2025-12-24T22:07:46.606025+08:00</startTime>
</SmsSendListForOutInput>

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.