APP(合伙人)

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


门店发货仓库接口

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>门店发货仓库接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://xx.com/dms/purchase/receipt-warehouse</code></li> </ul> <h5>请求方式</h5> <ul> <li>GET </li> </ul> <h5>参数</h5> <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;">is_sales</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>是否允许销售 1是 is_sales=1</td> </tr> <tr> <td style="text-align: left;">buy_customer_id</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>客户ID,获取客户默认发货仓</td> </tr> <tr> <td style="text-align: left;">app_mark</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>app_mark=1,APP请求标识</td> </tr> </tbody> </table> <h5>返回示例</h5> <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;308&amp;quot;,//仓库ID             &amp;quot;org_id&amp;quot;: &amp;quot;1&amp;quot;,//仓库所属组织             &amp;quot;name&amp;quot;: &amp;quot;仓库WS00308&amp;quot;,//仓库名称             &amp;quot;contact_name&amp;quot;: &amp;quot;联系人&amp;quot;,//联系人             &amp;quot;contact_mobile&amp;quot;: &amp;quot;17811110000&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;370102000&amp;quot;,             &amp;quot;town&amp;quot;: null,             &amp;quot;address&amp;quot;: &amp;quot;全全路123号&amp;quot;,//地址             &amp;quot;address_area&amp;quot;: &amp;quot;山东省济南市历下区全全路123号&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_purchase&amp;quot;: &amp;quot;1&amp;quot;         },         {             &amp;quot;id&amp;quot;: &amp;quot;319&amp;quot;,             &amp;quot;org_id&amp;quot;: &amp;quot;1&amp;quot;,             &amp;quot;name&amp;quot;: &amp;quot;仓库WS00319&amp;quot;,             &amp;quot;contact_name&amp;quot;: &amp;quot;联系人&amp;quot;,             &amp;quot;contact_mobile&amp;quot;: &amp;quot;17811110000&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;: null,             &amp;quot;town&amp;quot;: null,             &amp;quot;address&amp;quot;: &amp;quot;&amp;quot;,             &amp;quot;address_area&amp;quot;: &amp;quot;&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_purchase&amp;quot;: &amp;quot;1&amp;quot;         },         {             &amp;quot;id&amp;quot;: &amp;quot;1352&amp;quot;,             &amp;quot;org_id&amp;quot;: &amp;quot;1&amp;quot;,             &amp;quot;name&amp;quot;: &amp;quot;W1111&amp;quot;,             &amp;quot;contact_name&amp;quot;: &amp;quot;11&amp;quot;,             &amp;quot;contact_mobile&amp;quot;: &amp;quot;18523235656&amp;quot;,             &amp;quot;province&amp;quot;: &amp;quot;110000000&amp;quot;,             &amp;quot;city&amp;quot;: &amp;quot;110100000&amp;quot;,             &amp;quot;district&amp;quot;: &amp;quot;110101000&amp;quot;,             &amp;quot;town&amp;quot;: null,             &amp;quot;address&amp;quot;: &amp;quot;东城&amp;quot;,             &amp;quot;address_area&amp;quot;: &amp;quot;北京市市辖区东城区东城&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_purchase&amp;quot;: &amp;quot;1&amp;quot;         }     ] }</code></pre> <h5>返回参数说明</h5> <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;">groupid</td> <td style="text-align: left;">int</td> <td>用户组id,1:超级管理员;2:普通用户</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML