贝迪ERP

贝迪ERP


客户列表

<h5>简要描述</h5> <ul> <li>客户列表接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://localhost:801/Customer</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST </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;">page</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>当前页</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{     &amp;quot;code&amp;quot;: 1,     &amp;quot;msg&amp;quot;: &amp;quot;查询成功&amp;quot;,     &amp;quot;result&amp;quot;: [         {             &amp;quot;CustomerId&amp;quot;: 11,             &amp;quot;CustomerName&amp;quot;: &amp;quot;测试10&amp;quot;,             &amp;quot;CustomerShortName&amp;quot;: null,             &amp;quot;CustomerPhone&amp;quot;: null,             &amp;quot;CustomerContacts&amp;quot;: null,             &amp;quot;CustomerAddress&amp;quot;: null,             &amp;quot;CustomerWX&amp;quot;: null,             &amp;quot;CustomerStatus&amp;quot;: 0,             &amp;quot;IsDelete&amp;quot;: 0,             &amp;quot;CreateDate&amp;quot;: null,             &amp;quot;UpdateDate&amp;quot;: null         },         {             &amp;quot;CustomerId&amp;quot;: 12,             &amp;quot;CustomerName&amp;quot;: &amp;quot;测试11&amp;quot;,             &amp;quot;CustomerShortName&amp;quot;: null,             &amp;quot;CustomerPhone&amp;quot;: null,             &amp;quot;CustomerContacts&amp;quot;: null,             &amp;quot;CustomerAddress&amp;quot;: null,             &amp;quot;CustomerWX&amp;quot;: null,             &amp;quot;CustomerStatus&amp;quot;: 0,             &amp;quot;IsDelete&amp;quot;: 0,             &amp;quot;CreateDate&amp;quot;: null,             &amp;quot;UpdateDate&amp;quot;: null         },         {             &amp;quot;CustomerId&amp;quot;: 13,             &amp;quot;CustomerName&amp;quot;: &amp;quot;测试12&amp;quot;,             &amp;quot;CustomerShortName&amp;quot;: null,             &amp;quot;CustomerPhone&amp;quot;: null,             &amp;quot;CustomerContacts&amp;quot;: null,             &amp;quot;CustomerAddress&amp;quot;: null,             &amp;quot;CustomerWX&amp;quot;: null,             &amp;quot;CustomerStatus&amp;quot;: 0,             &amp;quot;IsDelete&amp;quot;: 0,             &amp;quot;CreateDate&amp;quot;: null,             &amp;quot;UpdateDate&amp;quot;: null         },         {             &amp;quot;CustomerId&amp;quot;: 14,             &amp;quot;CustomerName&amp;quot;: &amp;quot;dafas&amp;quot;,             &amp;quot;CustomerShortName&amp;quot;: &amp;quot;1111&amp;quot;,             &amp;quot;CustomerPhone&amp;quot;: 1111,             &amp;quot;CustomerContacts&amp;quot;: null,             &amp;quot;CustomerAddress&amp;quot;: null,             &amp;quot;CustomerWX&amp;quot;: null,             &amp;quot;CustomerStatus&amp;quot;: 0,             &amp;quot;IsDelete&amp;quot;: 0,             &amp;quot;CreateDate&amp;quot;: null,             &amp;quot;UpdateDate&amp;quot;: null         },         {             &amp;quot;CustomerId&amp;quot;: 15,             &amp;quot;CustomerName&amp;quot;: &amp;quot;dafas1&amp;quot;,             &amp;quot;CustomerShortName&amp;quot;: &amp;quot;1111&amp;quot;,             &amp;quot;CustomerPhone&amp;quot;: 1111,             &amp;quot;CustomerContacts&amp;quot;: null,             &amp;quot;CustomerAddress&amp;quot;: null,             &amp;quot;CustomerWX&amp;quot;: null,             &amp;quot;CustomerStatus&amp;quot;: 0,             &amp;quot;IsDelete&amp;quot;: 0,             &amp;quot;CreateDate&amp;quot;: null,             &amp;quot;UpdateDate&amp;quot;: null         }     ] }</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;">CustomerStatus</td> <td style="text-align: left;">int</td> <td>客户状态 1=禁用 0=启用</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML