GET push/WMS_AreaList
仓库库位对应信息表
Request请求信息
URI参数信息
None.
请求主体参数
None.
Response返回信息
资源信息描述
仓库库位对应信息表
ReturnJsonzcwyOfVIW_EDU_WMS_AreaListModel| 名称 | 描述 | 类型 | 详细约束信息 |
|---|---|---|---|
| code | integer(整形) |
None. |
|
| msg | string(字符串) |
None. |
|
| data | Collection of VIW_EDU_WMS_AreaListModel |
None. |
Response 返回格式
application/json, text/json
Sample:
{
"code": 1,
"msg": "sample string 2",
"data": [
{
"ckbm": "sample string 1",
"ckmc": "sample string 2",
"kwbm": "sample string 3",
"kwmc": "sample string 4"
},
{
"ckbm": "sample string 1",
"ckmc": "sample string 2",
"kwbm": "sample string 3",
"kwmc": "sample string 4"
}
]
}
application/xml, text/xml
Sample:
<ReturnJsonzcwyOfVIW_EDU_WMS_AreaListModel2zDnVZ7f xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DoBest.Model">
<code>1</code>
<data xmlns:d2p1="http://schemas.datacontract.org/2004/07/DoBest.Model.zhongchengweiye">
<d2p1:VIW_EDU_WMS_AreaListModel>
<d2p1:ckbm>sample string 1</d2p1:ckbm>
<d2p1:ckmc>sample string 2</d2p1:ckmc>
<d2p1:kwbm>sample string 3</d2p1:kwbm>
<d2p1:kwmc>sample string 4</d2p1:kwmc>
</d2p1:VIW_EDU_WMS_AreaListModel>
<d2p1:VIW_EDU_WMS_AreaListModel>
<d2p1:ckbm>sample string 1</d2p1:ckbm>
<d2p1:ckmc>sample string 2</d2p1:ckmc>
<d2p1:kwbm>sample string 3</d2p1:kwbm>
<d2p1:kwmc>sample string 4</d2p1:kwmc>
</d2p1:VIW_EDU_WMS_AreaListModel>
</data>
<msg>sample string 2</msg>
</ReturnJsonzcwyOfVIW_EDU_WMS_AreaListModel2zDnVZ7f>