DMS-ERP 对接接口文档


出入库单详情

<h4><strong>请求路径 URL:</strong></h4> <ul> <li><code>/openApi/otherInOutSheet/listOtherInOutSheetDetail</code></li> </ul> <h4><strong>请求方式:</strong></h4> <ul> <li><code>GET</code></li> </ul> <h4><strong>Header 信息:</strong></h4> <table> <thead> <tr> <th>header 头</th> <th>值</th> <th>描述</th> </tr> </thead> <tbody> <tr> <td>appId</td> <td>97A3AB74-7B39-4AAF-B3F8-808F484C0987</td> <td>应用ID</td> </tr> <tr> <td>timestamp</td> <td>获取当前时间戳</td> <td>时间戳</td> </tr> <tr> <td>signature</td> <td>生成请求签名</td> <td>签名,生成规则见「签名生成规则」</td> </tr> </tbody> </table> <h4><strong>参数:</strong></h4> <p>&gt; 说明:form-data 格式。</p> <table> <thead> <tr> <th>参数名</th> <th>是否必选</th> <th>类型</th> <th>描述</th> </tr> </thead> <tbody> <tr> <td>id</td> <td>是</td> <td>text 文本</td> <td>出入库单 ID</td> </tr> </tbody> </table> <h4><strong>返回值示例:</strong></h4> <pre><code>{ &amp;quot;msg&amp;quot;: &amp;quot;success&amp;quot;, &amp;quot;code&amp;quot;: 0, &amp;quot;data&amp;quot;: { &amp;quot;otherInOutSheet&amp;quot;: { // 单据信息 &amp;quot;ID&amp;quot;: &amp;quot;xxx&amp;quot;, // 单据 ID &amp;quot;SheetCode&amp;quot;: &amp;quot;xxx&amp;quot;, // 单号 &amp;quot;SheetType&amp;quot;: &amp;quot;xxx&amp;quot;, // 业务类型 1入库 2出库 &amp;quot;SupplierID&amp;quot;: &amp;quot;xxx&amp;quot;, // 供应商ID &amp;quot;SupplierName&amp;quot;: &amp;quot;xxx&amp;quot;, // 供应商名称 &amp;quot;TotalMoney&amp;quot;: &amp;quot;xxx&amp;quot;, // 总金额 &amp;quot;OperatorName&amp;quot;: &amp;quot;xxx&amp;quot;, // 制单人姓名 &amp;quot;InventoryState&amp;quot;: &amp;quot;xxx&amp;quot;, // 出入库状态 0未审核 1审核 &amp;quot;InventoryTime&amp;quot;: &amp;quot;xxx&amp;quot;, // 出入库时间 &amp;quot;CustomerName&amp;quot;: &amp;quot;xxx&amp;quot;, // 客户名称(出库单用) &amp;quot;SheetTime&amp;quot;: &amp;quot;xxx&amp;quot;, // 开单时间 &amp;quot;Comment&amp;quot;: &amp;quot;xxx&amp;quot;, // 备注 &amp;quot;RelevantPerson&amp;quot;: &amp;quot;xxx&amp;quot;, // 领料人 &amp;quot;InOutTypeId&amp;quot;: &amp;quot;xxx&amp;quot;, // 出入库类型id &amp;quot;InOutTypeName&amp;quot;: &amp;quot;xxx&amp;quot;, // 出入库类型名称 }, &amp;quot;otherInOutDetail&amp;quot;: [{ // 详情明细 &amp;quot;otherInOutDetailID&amp;quot;: &amp;quot;xxx&amp;quot;, // 明细 ID &amp;quot;ID&amp;quot;: &amp;quot;xxx&amp;quot;, // 明细 ID &amp;quot;GoodsID&amp;quot;: &amp;quot;xxx&amp;quot;, // 商品 ID &amp;quot;GoodsCode&amp;quot;: &amp;quot;xxx&amp;quot;, // 商品编码 &amp;quot;Unit&amp;quot;: &amp;quot;xxx&amp;quot;, // 单位 &amp;quot;BrandName&amp;quot;: &amp;quot;xxx&amp;quot;, // 品牌 &amp;quot;storageID&amp;quot;: &amp;quot;xxx&amp;quot;, // 仓库 ID &amp;quot;storageName&amp;quot;: &amp;quot;xxx&amp;quot;, // 仓库 &amp;quot;Qty&amp;quot;: &amp;quot;xxx&amp;quot;, // 采购数量 &amp;quot;originalPrice&amp;quot;: &amp;quot;xxx&amp;quot;, // 总成本 &amp;quot;CostPrice&amp;quot;: &amp;quot;xxx&amp;quot;, // 采购单价 &amp;quot;count&amp;quot;: &amp;quot;xxx&amp;quot;, // 采购数量 &amp;quot;GoodsName&amp;quot;: &amp;quot;xxx&amp;quot;, // 商品名称 &amp;quot;Spec&amp;quot;: &amp;quot;xxx&amp;quot;, //规格型号 &amp;quot;location&amp;quot;: &amp;quot;xxx&amp;quot;, //货位 &amp;quot;locationId&amp;quot;: &amp;quot;xxx&amp;quot;, //货位ID }] } }</code></pre> <h4>返回值参数说明:</h4> <table> <thead> <tr> <th>参数名</th> <th>类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td>msg</td> <td>string</td> <td>描述</td> </tr> <tr> <td>code</td> <td>int</td> <td>状态码, 0 为成功 1 为失败</td> </tr> </tbody> </table>

页面列表

ITEM_HTML