泽成千河

泽成千河


千河基础数据查询接口

<h5>简要描述</h5> <ul> <li>基础数据货场接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://xx.com/openApi/baseData/selectHuoChangData</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;">code</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>货场编码</td> </tr> <tr> <td style="text-align: left;">huochangId</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>货场id</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code> { &amp;quot;msg&amp;quot;: &amp;quot;请求响应成功&amp;quot;, &amp;quot;code&amp;quot;: &amp;quot;0&amp;quot;, &amp;quot;huoChangData&amp;quot;: [ { &amp;quot;huoChangName&amp;quot;: &amp;quot;泽诚园区&amp;quot;, &amp;quot;parentName&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;code&amp;quot;: &amp;quot;zcqh001&amp;quot;, &amp;quot;pid&amp;quot;: &amp;quot;0&amp;quot;, &amp;quot;id&amp;quot;: &amp;quot;1&amp;quot; }, { &amp;quot;huoChangName&amp;quot;: &amp;quot;靖边物流园&amp;quot;, &amp;quot;parentName&amp;quot;: &amp;quot;千河物流园&amp;quot;, &amp;quot;code&amp;quot;: &amp;quot;HC002&amp;quot;, &amp;quot;pid&amp;quot;: &amp;quot;3&amp;quot;, &amp;quot;id&amp;quot;: &amp;quot;4&amp;quot; }, { &amp;quot;huoChangName&amp;quot;: &amp;quot;千河物流园&amp;quot;, &amp;quot;parentName&amp;quot;: &amp;quot;泽诚园区&amp;quot;, &amp;quot;code&amp;quot;: &amp;quot;QH&amp;quot;, &amp;quot;pid&amp;quot;: &amp;quot;1&amp;quot;, &amp;quot;id&amp;quot;: &amp;quot;3&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;">huoChangName</td> <td style="text-align: left;">String</td> <td>货场名称</td> </tr> <tr> <td style="text-align: left;">parentName</td> <td style="text-align: left;">String</td> <td>上级货场</td> </tr> <tr> <td style="text-align: left;">pid</td> <td style="text-align: left;">String</td> <td>上级货场id</td> </tr> <tr> <td style="text-align: left;">code</td> <td style="text-align: left;">String</td> <td>货场code</td> </tr> <tr> <td style="text-align: left;">id</td> <td style="text-align: left;">String</td> <td>货场主键id</td> </tr> </tbody> </table> <p>`-----------------------------------------------------------------------</p> <h5>简要描述</h5> <ul> <li>基础数据物料接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://xx.com/openApi/baseData/selectMaterielData</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;">code</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>货场编码</td> </tr> <tr> <td style="text-align: left;">materielId</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>物料id</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{ &amp;quot;msg&amp;quot;: &amp;quot;请求响应成功&amp;quot;, &amp;quot;code&amp;quot;: &amp;quot;0&amp;quot;, &amp;quot;materielData&amp;quot;: [ { &amp;quot;itemGroupName&amp;quot;: &amp;quot;煤炭&amp;quot;, &amp;quot;code&amp;quot;: &amp;quot;CMMM&amp;quot;, &amp;quot;materielName&amp;quot;: &amp;quot;崔木沫煤&amp;quot;, &amp;quot;id&amp;quot;: &amp;quot;8&amp;quot;, &amp;quot;delFlag&amp;quot;: false, &amp;quot;itemGroupId&amp;quot;: &amp;quot;1&amp;quot; }, { &amp;quot;itemGroupName&amp;quot;: &amp;quot;煤炭&amp;quot;, &amp;quot;code&amp;quot;: &amp;quot;HM&amp;quot;, &amp;quot;materielName&amp;quot;: &amp;quot;混煤&amp;quot;, &amp;quot;id&amp;quot;: &amp;quot;1&amp;quot;, &amp;quot;delFlag&amp;quot;: false, &amp;quot;itemGroupId&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;">itemGroupName</td> <td style="text-align: left;">String</td> <td>物料类型名称</td> </tr> <tr> <td style="text-align: left;">materielName</td> <td style="text-align: left;">String</td> <td>物料名称</td> </tr> <tr> <td style="text-align: left;">itemGroupId</td> <td style="text-align: left;">String</td> <td>物料类型id</td> </tr> <tr> <td style="text-align: left;">code</td> <td style="text-align: left;">String</td> <td>物料code</td> </tr> <tr> <td style="text-align: left;">id</td> <td style="text-align: left;">String</td> <td>主键id</td> </tr> </tbody> </table> <p>`-----------------------------------------------------------------------</p> <h5>简要描述</h5> <ul> <li>基础数据物料类型接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://xx.com/openApi/baseData/selectMaterielTypeData</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;">code</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>物料类型编码</td> </tr> <tr> <td style="text-align: left;">materielTypeId</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>物料类型id</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{ &amp;quot;msg&amp;quot;: &amp;quot;请求响应成功&amp;quot;, &amp;quot;code&amp;quot;: &amp;quot;0&amp;quot;, &amp;quot;materielData&amp;quot;: [ { &amp;quot;materielTypeName&amp;quot;: &amp;quot;煤焦油&amp;quot;, &amp;quot;code&amp;quot;: &amp;quot;004&amp;quot;, &amp;quot;id&amp;quot;: &amp;quot;7&amp;quot; }, { &amp;quot;materielTypeName&amp;quot;: &amp;quot;钢材&amp;quot;, &amp;quot;code&amp;quot;: &amp;quot;003&amp;quot;, &amp;quot;id&amp;quot;: &amp;quot;3&amp;quot; }, { &amp;quot;materielTypeName&amp;quot;: &amp;quot;化工&amp;quot;, &amp;quot;code&amp;quot;: &amp;quot;002&amp;quot;, &amp;quot;id&amp;quot;: &amp;quot;2&amp;quot; }, { &amp;quot;materielTypeName&amp;quot;: &amp;quot;煤炭&amp;quot;, &amp;quot;code&amp;quot;: &amp;quot;001&amp;quot;, &amp;quot;id&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;">materielTypeName</td> <td style="text-align: left;">String</td> <td>物料类型名称</td> </tr> <tr> <td style="text-align: left;">code</td> <td style="text-align: left;">String</td> <td>编码</td> </tr> <tr> <td style="text-align: left;">id</td> <td style="text-align: left;">String</td> <td>主键id</td> </tr> </tbody> </table> <p>`-----------------------------------------------------------------------</p> <h5>简要描述</h5> <ul> <li>基础数据客户接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://xx.com/openApi/baseData/selectCustomerData</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;">code</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>客户编码</td> </tr> <tr> <td style="text-align: left;">customerId</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>客户id</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{ &amp;quot;msg&amp;quot;: &amp;quot;请求响应成功&amp;quot;, &amp;quot;code&amp;quot;: &amp;quot;0&amp;quot;, &amp;quot;customerData&amp;quot;: [ { &amp;quot;itemGroupName&amp;quot;: &amp;quot;代发户&amp;quot;, &amp;quot;code&amp;quot;: &amp;quot;CSDFHKH&amp;quot;, &amp;quot;areaName&amp;quot;: &amp;quot;北京市&amp;quot;, &amp;quot;id&amp;quot;: &amp;quot;15&amp;quot;, &amp;quot;delFlag&amp;quot;: &amp;quot;0&amp;quot;, &amp;quot;customerName&amp;quot;: &amp;quot;测试代发户客户&amp;quot; }, { &amp;quot;itemGroupName&amp;quot;: &amp;quot;代发户&amp;quot;, &amp;quot;code&amp;quot;: &amp;quot;BFHF&amp;quot;, &amp;quot;areaName&amp;quot;: &amp;quot;陕西省&amp;quot;, &amp;quot;id&amp;quot;: &amp;quot;14&amp;quot;, &amp;quot;delFlag&amp;quot;: &amp;quot;0&amp;quot;, &amp;quot;customerName&amp;quot;: &amp;quot;陕西北方海丰实业有限公司&amp;quot; }, { &amp;quot;itemGroupName&amp;quot;: &amp;quot;代发户&amp;quot;, &amp;quot;code&amp;quot;: &amp;quot;SCTZ&amp;quot;, &amp;quot;areaName&amp;quot;: &amp;quot;陕西省&amp;quot;, &amp;quot;id&amp;quot;: &amp;quot;13&amp;quot;, &amp;quot;delFlag&amp;quot;: &amp;quot;0&amp;quot;, &amp;quot;customerName&amp;quot;: &amp;quot;陕西盛辰同舟商贸有限公司&amp;quot; }, { &amp;quot;itemGroupName&amp;quot;: &amp;quot;代发户&amp;quot;, &amp;quot;code&amp;quot;: &amp;quot;HSSJYGMYXGS&amp;quot;, &amp;quot;areaName&amp;quot;: &amp;quot;安徽省&amp;quot;, &amp;quot;id&amp;quot;: &amp;quot;12&amp;quot;, &amp;quot;delFlag&amp;quot;: &amp;quot;0&amp;quot;, &amp;quot;customerName&amp;quot;: &amp;quot;黄山市俊一工贸有限公司&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;">itemGroupName</td> <td style="text-align: left;">String</td> <td>客户类型name</td> </tr> <tr> <td style="text-align: left;">itemGroupId</td> <td style="text-align: left;">String</td> <td>客户类型id</td> </tr> <tr> <td style="text-align: left;">areaName</td> <td style="text-align: left;">String</td> <td>客户所在区域</td> </tr> <tr> <td style="text-align: left;">customerName</td> <td style="text-align: left;">String</td> <td>客户名称</td> </tr> <tr> <td style="text-align: left;">code</td> <td style="text-align: left;">String</td> <td>编码</td> </tr> <tr> <td style="text-align: left;">id</td> <td style="text-align: left;">String</td> <td>主键id</td> </tr> </tbody> </table> <p>`-----------------------------------------------------------------------</p> <h5>简要描述</h5> <ul> <li>基础数据客户类型接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://xx.com/openApi/baseData/selectCustomerTypeData</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;">code</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>客户类型编码</td> </tr> <tr> <td style="text-align: left;">customerTypeId</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>客户类型id</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{ &amp;quot;msg&amp;quot;: &amp;quot;请求响应成功&amp;quot;, &amp;quot;code&amp;quot;: &amp;quot;0&amp;quot;, &amp;quot;customerData&amp;quot;: [ { &amp;quot;customerTypeName&amp;quot;: &amp;quot;代发户&amp;quot;, &amp;quot;code&amp;quot;: &amp;quot;001&amp;quot;, &amp;quot;id&amp;quot;: &amp;quot;1&amp;quot;, &amp;quot;delFlag&amp;quot;: &amp;quot;0&amp;quot; }, { &amp;quot;customerTypeName&amp;quot;: &amp;quot;泽诚供应链&amp;quot;, &amp;quot;code&amp;quot;: &amp;quot;002&amp;quot;, &amp;quot;id&amp;quot;: &amp;quot;2&amp;quot;, &amp;quot;delFlag&amp;quot;: &amp;quot;0&amp;quot; }, { &amp;quot;customerTypeName&amp;quot;: &amp;quot;泽诚物流&amp;quot;, &amp;quot;code&amp;quot;: &amp;quot;001.003&amp;quot;, &amp;quot;id&amp;quot;: &amp;quot;3&amp;quot;, &amp;quot;delFlag&amp;quot;: &amp;quot;0&amp;quot; }, { &amp;quot;customerTypeName&amp;quot;: &amp;quot;上游客户&amp;quot;, &amp;quot;code&amp;quot;: &amp;quot;003&amp;quot;, &amp;quot;id&amp;quot;: &amp;quot;4&amp;quot;, &amp;quot;delFlag&amp;quot;: &amp;quot;0&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;">customerTypeName</td> <td style="text-align: left;">String</td> <td>客户类型name</td> </tr> <tr> <td style="text-align: left;">code</td> <td style="text-align: left;">String</td> <td>编码</td> </tr> <tr> <td style="text-align: left;">id</td> <td style="text-align: left;">String</td> <td>主键id</td> </tr> </tbody> </table> <p>`-----------------------------------------------------------------------</p> <h5>简要描述</h5> <ul> <li>基础数供应商接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://xx.com/openApi/baseData/selectSupplierData</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;">code</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>供应商编码</td> </tr> <tr> <td style="text-align: left;">supplierId</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>供应商id</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{ &amp;quot;msg&amp;quot;: &amp;quot;请求响应成功&amp;quot;, &amp;quot;code&amp;quot;: &amp;quot;0&amp;quot;, &amp;quot;supplierData&amp;quot;: [ { &amp;quot;supplierName&amp;quot;: &amp;quot;郭家河煤矿&amp;quot;, &amp;quot;itemGroupName&amp;quot;: &amp;quot;代发户供应商,泽诚供应链,泽诚物流&amp;quot;, &amp;quot;code&amp;quot;: &amp;quot;GJHMK&amp;quot;, &amp;quot;areaName&amp;quot;: &amp;quot;北京市&amp;quot;, &amp;quot;id&amp;quot;: &amp;quot;13&amp;quot;, &amp;quot;delFlag&amp;quot;: &amp;quot;0&amp;quot; }, { &amp;quot;supplierName&amp;quot;: &amp;quot;崔木煤矿&amp;quot;, &amp;quot;itemGroupName&amp;quot;: &amp;quot;代发户供应商,泽诚物流&amp;quot;, &amp;quot;code&amp;quot;: &amp;quot;CMMK&amp;quot;, &amp;quot;areaName&amp;quot;: &amp;quot;陕西省&amp;quot;, &amp;quot;id&amp;quot;: &amp;quot;14&amp;quot;, &amp;quot;delFlag&amp;quot;: &amp;quot;0&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;">itemGroupName</td> <td style="text-align: left;">String</td> <td>供应商类型name</td> </tr> <tr> <td style="text-align: left;">itemGroupId</td> <td style="text-align: left;">String</td> <td>供应商类型id</td> </tr> <tr> <td style="text-align: left;">areaName</td> <td style="text-align: left;">String</td> <td>供应商所在区域</td> </tr> <tr> <td style="text-align: left;">supplierName</td> <td style="text-align: left;">String</td> <td>供应商名称</td> </tr> <tr> <td style="text-align: left;">code</td> <td style="text-align: left;">String</td> <td>编码</td> </tr> <tr> <td style="text-align: left;">id</td> <td style="text-align: left;">String</td> <td>主键id</td> </tr> </tbody> </table> <p>`-----------------------------------------------------------------------</p> <h5>简要描述</h5> <ul> <li>基础数供应商类型接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://xx.com/openApi/baseData/selectSupplierTypeData</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;">code</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>供应商类型编码</td> </tr> <tr> <td style="text-align: left;">supplierTypeId</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>供应商类型id</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{ &amp;quot;msg&amp;quot;: &amp;quot;请求响应成功&amp;quot;, &amp;quot;code&amp;quot;: &amp;quot;0&amp;quot;, &amp;quot;supplierData&amp;quot;: [ { &amp;quot;supplierTypeName&amp;quot;: &amp;quot;泽诚供应链&amp;quot;, &amp;quot;code&amp;quot;: &amp;quot;001.003&amp;quot;, &amp;quot;id&amp;quot;: &amp;quot;3&amp;quot;, &amp;quot;delFlag&amp;quot;: &amp;quot;0&amp;quot; }, { &amp;quot;supplierTypeName&amp;quot;: &amp;quot;泽诚物流&amp;quot;, &amp;quot;code&amp;quot;: &amp;quot;002&amp;quot;, &amp;quot;id&amp;quot;: &amp;quot;2&amp;quot;, &amp;quot;delFlag&amp;quot;: &amp;quot;0&amp;quot; }, { &amp;quot;supplierTypeName&amp;quot;: &amp;quot;代发户供应商&amp;quot;, &amp;quot;code&amp;quot;: &amp;quot;001&amp;quot;, &amp;quot;id&amp;quot;: &amp;quot;1&amp;quot;, &amp;quot;delFlag&amp;quot;: &amp;quot;0&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;">supplierTypeName</td> <td style="text-align: left;">String</td> <td>供应商类型name</td> </tr> <tr> <td style="text-align: left;">code</td> <td style="text-align: left;">String</td> <td>编码</td> </tr> <tr> <td style="text-align: left;">id</td> <td style="text-align: left;">String</td> <td>主键id</td> </tr> </tbody> </table> <p>`-----------------------------------------------------------------------</p> <h5>简要描述</h5> <ul> <li>基础数承运单位接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://xx.com/openApi/baseData/selectCarTeamData</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;">code</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>承运单位编码</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{ &amp;quot;msg&amp;quot;: &amp;quot;请求响应成功&amp;quot;, &amp;quot;code&amp;quot;: &amp;quot;0&amp;quot;, &amp;quot;carTeamData&amp;quot;: [ { &amp;quot;code&amp;quot;: &amp;quot;001&amp;quot;, &amp;quot;id&amp;quot;: &amp;quot;1&amp;quot;, &amp;quot;carTeamName&amp;quot;: &amp;quot;社会车辆&amp;quot; }, { &amp;quot;code&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;id&amp;quot;: &amp;quot;4&amp;quot;, &amp;quot;carTeamName&amp;quot;: &amp;quot;宝沃运输&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;">carTeamName</td> <td style="text-align: left;">String</td> <td>承运单位name</td> </tr> <tr> <td style="text-align: left;">code</td> <td style="text-align: left;">String</td> <td>编码</td> </tr> <tr> <td style="text-align: left;">id</td> <td style="text-align: left;">String</td> <td>主键id</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>基础数据货场接口 by 刘文辉</li> </ul>

页面列表

ITEM_HTML