POST api/ExportStoreALLArticle
导出店铺使用的商品
Request Information
URI Parameters
None.
Body Parameters
ExportStoreAllArticleParamName | Description | Type | Additional information |
---|---|---|---|
SPID |
BD_StoresPublished ID |
integer |
None. |
ExportEmail |
导出邮件地址 |
string |
None. |
userID |
用户ID |
integer |
None. |
token |
用户token |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "SPID": 1, "ExportEmail": "sample string 2", "userID": 3, "token": "sample string 4" }
application/xml, text/xml
Sample:
<ExportStoreAllArticleParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Topwin.Adidas.VM.API.Models"> <token>sample string 4</token> <userID>3</userID> <ExportEmail>sample string 2</ExportEmail> <SPID>1</SPID> </ExportStoreAllArticleParam>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BasicResultOfBooleanName | Description | Type | Additional information |
---|---|---|---|
code | integer |
None. |
|
msg | string |
None. |
|
data | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "code": 1, "msg": "sample string 2", "data": true }
application/xml, text/xml
Sample:
<BasicResultOfboolean xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Topwin.Adidas.VM.API.Models"> <code>1</code> <data>true</data> <msg>sample string 2</msg> </BasicResultOfboolean>