GET api/SmsInfo/GetGroupSmsTemplateList

后台 - 获取群发短信模板列表

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

后台 - 获取群发短信模板列表

Collection of mh163k_Sms_GroupTemplates
NameDescriptionTypeAdditional information
Id

模板标识

integer

None.

Name

模板名称

string

None.

SmsId

平台中短信标识

string

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<ArrayOfmh163k_Sms_GroupTemplates xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model">
  <mh163k_Sms_GroupTemplates>
    <Id>1</Id>
    <Name>sample string 2</Name>
    <SmsId>sample string 3</SmsId>
  </mh163k_Sms_GroupTemplates>
  <mh163k_Sms_GroupTemplates>
    <Id>1</Id>
    <Name>sample string 2</Name>
    <SmsId>sample string 3</SmsId>
  </mh163k_Sms_GroupTemplates>
</ArrayOfmh163k_Sms_GroupTemplates>