元素/属性名称 | 类型 | 描述 |
---|---|---|
Action | string | 应用哪种调整. 必填. 合法值有:
|
PUT https://api.esv2.com/v2/Api/Newsletters/1000 HTTP/1.1
Accept-Encoding: gzip,deflate
Content-Type: text/xml;charset=UTF-8
Host: api.esv2.com
<ApiRequest xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xmlns:xs=”http://www.w3.org/2001/XMLSchema”>
<ApiKey>2OAEcpz0Rwv3Mhc9nTQK</ApiKey>
<Action>ResumeMessage</Action>
</ApiRequest>
|
HTTP/1.1 201 Created Cache-Control: private Content-Type: text/xml; charset=utf-8 Server: Microsoft-IIS/7.5 X-AspNetMvc-Version: 3.0 X-AspNet-Version: 4.0.30319 X-Powered-By: ASP.NET Date: Tue, 27 Mar 2012 13:28:01 GMT Content-Length: 149<ApiResponse xmlns:xsd=”http://www.w3.org/2001/XMLSchema” xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance”> <Data>0</Data> </ApiResponse> |