POST api/WeChatPublic/UpdateSubscribeReplyTpl

后台 - 更新关注消息通知模板

Request Information

URI Parameters

None.

Body Parameters

WechatPublicReplyDto
NameDescriptionTypeAdditional information
Id

模板标识

integer

None.

ReplyType

回复类型

WechatAutoReplyType

None.

IsReplyAll

是否回复全部,否则随机回复

boolean

None.

ReplyDetails

详细回复项

Collection of mh163k_WechatPublic_ReplyDetails

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<WechatPublicReplyDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Dto.WeChat">
  <Id>1</Id>
  <IsReplyAll>true</IsReplyAll>
  <ReplyDetails xmlns:d2p1="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.WechatPublic">
    <d2p1:mh163k_WechatPublic_ReplyDetails>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:IntOrder>12</d2p1:IntOrder>
      <d2p1:NewsReplyCoverUrl>sample string 5</d2p1:NewsReplyCoverUrl>
      <d2p1:NewsReplyDescription>sample string 6</d2p1:NewsReplyDescription>
      <d2p1:NewsReplyLink>sample string 7</d2p1:NewsReplyLink>
      <d2p1:NewsReplyTitle>sample string 4</d2p1:NewsReplyTitle>
      <d2p1:PictureReplyCacheUrl>sample string 9</d2p1:PictureReplyCacheUrl>
      <d2p1:PictureReplyMediaId>sample string 8</d2p1:PictureReplyMediaId>
      <d2p1:ReplyId>2</d2p1:ReplyId>
      <d2p1:ReplyMethod>Text</d2p1:ReplyMethod>
      <d2p1:TextReply>sample string 3</d2p1:TextReply>
      <d2p1:VoiceReplyCacheUrl>sample string 11</d2p1:VoiceReplyCacheUrl>
      <d2p1:VoiceReplyMediaId>sample string 10</d2p1:VoiceReplyMediaId>
    </d2p1:mh163k_WechatPublic_ReplyDetails>
    <d2p1:mh163k_WechatPublic_ReplyDetails>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:IntOrder>12</d2p1:IntOrder>
      <d2p1:NewsReplyCoverUrl>sample string 5</d2p1:NewsReplyCoverUrl>
      <d2p1:NewsReplyDescription>sample string 6</d2p1:NewsReplyDescription>
      <d2p1:NewsReplyLink>sample string 7</d2p1:NewsReplyLink>
      <d2p1:NewsReplyTitle>sample string 4</d2p1:NewsReplyTitle>
      <d2p1:PictureReplyCacheUrl>sample string 9</d2p1:PictureReplyCacheUrl>
      <d2p1:PictureReplyMediaId>sample string 8</d2p1:PictureReplyMediaId>
      <d2p1:ReplyId>2</d2p1:ReplyId>
      <d2p1:ReplyMethod>Text</d2p1:ReplyMethod>
      <d2p1:TextReply>sample string 3</d2p1:TextReply>
      <d2p1:VoiceReplyCacheUrl>sample string 11</d2p1:VoiceReplyCacheUrl>
      <d2p1:VoiceReplyMediaId>sample string 10</d2p1:VoiceReplyMediaId>
    </d2p1:mh163k_WechatPublic_ReplyDetails>
  </ReplyDetails>
  <ReplyType>Subscribe</ReplyType>
</WechatPublicReplyDto>

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/" />