POST api/Product/GetArticlesLocation?token={token}
按商品货号查商品使用国家
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
Required |
Body Parameters
Articles ["******","******"]
Collection of stringRequest Formats
application/json, text/json
Sample:
[ "sample string 1", "sample string 2" ]
application/xml, text/xml
Sample:
<ArrayOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <string>sample string 1</string> <string>sample string 2</string> </ArrayOfstring>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BasicResultOfProductArticlesInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| code | integer |
None. |
|
| msg | string |
None. |
|
| data | ProductArticlesInfo |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": 1,
"msg": "sample string 2",
"data": {
"ProductArticlesLocation": [
{
"ID": 1,
"Title": "sample string 2",
"LaunchYear": "sample string 3",
"LaunchMonth": "sample string 4",
"ProductArticlesList": [
{
"ArticleNo": "sample string 1",
"IsExistUV": 2,
"IsExistBack": 3
},
{
"ArticleNo": "sample string 1",
"IsExistUV": 2,
"IsExistBack": 3
}
]
},
{
"ID": 1,
"Title": "sample string 2",
"LaunchYear": "sample string 3",
"LaunchMonth": "sample string 4",
"ProductArticlesList": [
{
"ArticleNo": "sample string 1",
"IsExistUV": 2,
"IsExistBack": 3
},
{
"ArticleNo": "sample string 1",
"IsExistUV": 2,
"IsExistBack": 3
}
]
}
]
}
}
application/xml, text/xml
Sample:
<BasicResultOfProductArticlesInfoibSt4PRI 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>
<ProductArticlesLocation>
<ArticlesLocation>
<ID>1</ID>
<LaunchMonth>sample string 4</LaunchMonth>
<LaunchYear>sample string 3</LaunchYear>
<ProductArticlesList>
<ProductArticlesList>
<ArticleNo>sample string 1</ArticleNo>
<IsExistBack>3</IsExistBack>
<IsExistUV>2</IsExistUV>
</ProductArticlesList>
<ProductArticlesList>
<ArticleNo>sample string 1</ArticleNo>
<IsExistBack>3</IsExistBack>
<IsExistUV>2</IsExistUV>
</ProductArticlesList>
</ProductArticlesList>
<Title>sample string 2</Title>
</ArticlesLocation>
<ArticlesLocation>
<ID>1</ID>
<LaunchMonth>sample string 4</LaunchMonth>
<LaunchYear>sample string 3</LaunchYear>
<ProductArticlesList>
<ProductArticlesList>
<ArticleNo>sample string 1</ArticleNo>
<IsExistBack>3</IsExistBack>
<IsExistUV>2</IsExistUV>
</ProductArticlesList>
<ProductArticlesList>
<ArticleNo>sample string 1</ArticleNo>
<IsExistBack>3</IsExistBack>
<IsExistUV>2</IsExistUV>
</ProductArticlesList>
</ProductArticlesList>
<Title>sample string 2</Title>
</ArticlesLocation>
</ProductArticlesLocation>
</data>
<msg>sample string 2</msg>
</BasicResultOfProductArticlesInfoibSt4PRI>