POST wx_qy/update_template_card
更新消息模板
Request Information
URI Parameters
None.
Body Parameters
WxQyTemplateCardUpdateName | Description | Type | Additional information |
---|---|---|---|
UserIDs | Collection of string |
None. |
|
AgentID | integer |
None. |
|
OriginalResponseCode | string |
None. |
|
ReplaceName | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "userIDs": [ "sample string 1", "sample string 2" ], "agentID": 1, "originalResponseCode": "sample string 2", "replaceName": "sample string 3" }
Response Information
Resource Description
更新消息模板
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.