APP(合伙人)

合伙人、dms、66智修文档相关


收货仓列表接口

<p><strong>简要描述:</strong> </p> <ul> <li>收货仓列表接口</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://xx.com/store/sales-order-app/receipt-warehouse-list</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST </li> </ul> <p><strong>参数:</strong> </p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">buy_org_id</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>门店id(账套id)</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code>{ &amp;quot;errCode&amp;quot;: 1000, &amp;quot;errMsg&amp;quot;: &amp;quot;请求成功&amp;quot;, &amp;quot;data&amp;quot;: [ { &amp;quot;id&amp;quot;: &amp;quot;267&amp;quot;, &amp;quot;org_id&amp;quot;: &amp;quot;33&amp;quot;, &amp;quot;name&amp;quot;: &amp;quot;张庄一店&amp;quot;, &amp;quot;contact_name&amp;quot;: &amp;quot;王浩&amp;quot;, &amp;quot;contact_mobile&amp;quot;: &amp;quot;18663789077&amp;quot;, &amp;quot;province&amp;quot;: &amp;quot;370000000&amp;quot;, &amp;quot;city&amp;quot;: &amp;quot;371200000&amp;quot;, &amp;quot;district&amp;quot;: null, &amp;quot;town&amp;quot;: null, &amp;quot;address&amp;quot;: &amp;quot;新老屯汽配城东区19号&amp;quot;, &amp;quot;address_area&amp;quot;: &amp;quot;山东省莱芜市新老屯汽配城东区19号&amp;quot;, &amp;quot;is_sale&amp;quot;: &amp;quot;1&amp;quot;, &amp;quot;is_abnormal&amp;quot;: &amp;quot;2&amp;quot;, &amp;quot;is_top&amp;quot;: 1 }, { &amp;quot;id&amp;quot;: &amp;quot;1&amp;quot;, &amp;quot;org_id&amp;quot;: &amp;quot;33&amp;quot;, &amp;quot;name&amp;quot;: &amp;quot;阳光工匠仓&amp;quot;, &amp;quot;contact_name&amp;quot;: &amp;quot;张忠梅&amp;quot;, &amp;quot;contact_mobile&amp;quot;: &amp;quot;18615256496&amp;quot;, &amp;quot;province&amp;quot;: &amp;quot;370000000&amp;quot;, &amp;quot;city&amp;quot;: &amp;quot;370100000&amp;quot;, &amp;quot;district&amp;quot;: &amp;quot;370104000&amp;quot;, &amp;quot;town&amp;quot;: null, &amp;quot;address&amp;quot;: &amp;quot;济南市槐荫区经十西路29462号&amp;quot;, &amp;quot;address_area&amp;quot;: &amp;quot;山东省济南市槐荫区济南市槐荫区经十西路29462号&amp;quot;, &amp;quot;is_sale&amp;quot;: &amp;quot;1&amp;quot;, &amp;quot;is_abnormal&amp;quot;: &amp;quot;2&amp;quot;, &amp;quot;is_top&amp;quot;: 0 } ] }</code></pre> <p><strong>请求返回参数说明</strong> </p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">id</td> <td style="text-align: left;">int</td> <td>仓库ID</td> </tr> <tr> <td style="text-align: left;">is_top</td> <td style="text-align: left;">int</td> <td>默认仓库标识 1</td> </tr> <tr> <td style="text-align: left;">name</td> <td style="text-align: left;">string</td> <td>仓库名称</td> </tr> </tbody> </table> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML