GET api/vender/takeback/stockinglist
基地获取可提货列表,界面增加了仓库列表
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ResponseOfListOfTakeBackResponseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| data | Collection of TakeBackResponseModel |
None. |
|
| errcode |
错误码,默认为成功:SUCCESS |
string |
None. |
| errmsg |
错误信息,默认为:成功 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"data": [
{
"Id": 1,
"ProductVarietyId": 2,
"ProductVarietyName": "sample string 3",
"ProductClassId": 4,
"ProductClassName": "sample string 5",
"RepositoryId": 6,
"RepositoryName": "sample string 7",
"Count": 8
},
{
"Id": 1,
"ProductVarietyId": 2,
"ProductVarietyName": "sample string 3",
"ProductClassId": 4,
"ProductClassName": "sample string 5",
"RepositoryId": 6,
"RepositoryName": "sample string 7",
"Count": 8
}
],
"errcode": "sample string 1",
"errmsg": "sample string 2"
}
application/xml, text/xml
Sample:
<ResponseOfArrayOfTakeBackResponseModel2keKD_S_Pk xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Infrastructure.WebApi">
<errcode>sample string 1</errcode>
<errmsg>sample string 2</errmsg>
<data xmlns:d2p1="http://schemas.datacontract.org/2004/07/ViewModel.Api.Vender">
<d2p1:TakeBackResponseModel>
<d2p1:Count>8</d2p1:Count>
<d2p1:Id>1</d2p1:Id>
<d2p1:ProductClassId>4</d2p1:ProductClassId>
<d2p1:ProductClassName>sample string 5</d2p1:ProductClassName>
<d2p1:ProductVarietyId>2</d2p1:ProductVarietyId>
<d2p1:ProductVarietyName>sample string 3</d2p1:ProductVarietyName>
<d2p1:RepositoryId>6</d2p1:RepositoryId>
<d2p1:RepositoryName>sample string 7</d2p1:RepositoryName>
</d2p1:TakeBackResponseModel>
<d2p1:TakeBackResponseModel>
<d2p1:Count>8</d2p1:Count>
<d2p1:Id>1</d2p1:Id>
<d2p1:ProductClassId>4</d2p1:ProductClassId>
<d2p1:ProductClassName>sample string 5</d2p1:ProductClassName>
<d2p1:ProductVarietyId>2</d2p1:ProductVarietyId>
<d2p1:ProductVarietyName>sample string 3</d2p1:ProductVarietyName>
<d2p1:RepositoryId>6</d2p1:RepositoryId>
<d2p1:RepositoryName>sample string 7</d2p1:RepositoryName>
</d2p1:TakeBackResponseModel>
</data>
</ResponseOfArrayOfTakeBackResponseModel2keKD_S_Pk>