POST api/GetSMSTextTemplateList

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
_SMSTextTemplateQuery
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "PageSize": 1,
  "PageIndex": 2,
  "ID": 3,
  "TemplateId": 4,
  "TemplateType": "sample string 5",
  "TemplateName": "sample string 6",
  "TemplateContent": "sample string 7",
  "ApplicationTime": "2025-12-09T18:48:24.4803084+08:00",
  "cinput": "sample string 8",
  "ddate": "2025-12-09T18:48:24.4822647+08:00"
}

application/xml, text/xml

Sample:
<SMSTextTemplateQuery xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ID>3</ID>
  <TemplateId>4</TemplateId>
  <TemplateType>sample string 5</TemplateType>
  <TemplateName>sample string 6</TemplateName>
  <TemplateContent>sample string 7</TemplateContent>
  <ApplicationTime>2025-12-09T18:48:24.4803084+08:00</ApplicationTime>
  <cinput>sample string 8</cinput>
  <ddate>2025-12-09T18:48:24.4822647+08:00</ddate>
  <PageSize>1</PageSize>
  <PageIndex>2</PageIndex>
</SMSTextTemplateQuery>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Result": 1,
  "Data": {},
  "Message": "sample string 3"
}

application/xml, text/xml

Sample:
<HttpResult xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Result>1</Result>
  <Data />
  <Message>sample string 3</Message>
</HttpResult>