POST api/SmsInfo/ClearSmsHistory

后台 - 按照搜索参数(并不会分页)清除短信历史

Request Information

URI Parameters

None.

Body Parameters

搜索参数

SmsHistoryAdminSearchDto
NameDescriptionTypeAdditional information
Contact

联系电话

string

None.

CloudPlatform

平台类型

CloudPlatformType

None.

Status

发送状态

SmsSendStatusType

None.

CreateTimeFrom

创建时间起始

date

None.

CreateTimeTo

创建时间截止

date

None.

PageSize

每页条数

integer

None.

Keywords

关键字

string

None.

PageID

分页页数

integer

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<SmsHistoryAdminSearchDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Dto.Sms.Admin">
  <Keywords xmlns="http://schemas.datacontract.org/2004/07/Mh.WebHelper.Pages">sample string 5</Keywords>
  <PageID xmlns="http://schemas.datacontract.org/2004/07/Mh.WebHelper.Pages">6</PageID>
  <PageSize xmlns="http://schemas.datacontract.org/2004/07/Mh.WebHelper.Pages">4</PageSize>
  <CloudPlatform>All</CloudPlatform>
  <Contact>sample string 1</Contact>
  <CreateTimeFrom>2024-04-20T16:26:34.5911656+08:00</CreateTimeFrom>
  <CreateTimeTo>2024-04-20T16:26:34.5911656+08:00</CreateTimeTo>
  <Status>All</Status>
</SmsHistoryAdminSearchDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

后台 - 按照搜索参数(并不会分页)清除短信历史

Object

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />