盘点单详情
<h4><strong>请求路径 URL:</strong></h4>
<ul>
<li><code>/openApi/stockTakeSheet/stockTakeSheetDetail</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>> 说明: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>{
&quot;msg&quot;: &quot;success&quot;,
&quot;code&quot;: 0,
&quot;data&quot;: {
&quot;stockTakeSheet&quot;: {
&quot;unionID&quot;: &quot;xxx&quot;, // 连锁 ID
&quot;code&quot;: &quot;xxx&quot;, // 单号
&quot;profitMoney&quot;: &quot;xxx&quot;, // 盘差金额
&quot;profitQty&quot;: &quot;xxx&quot;, // 实际数量
&quot;inventoryState&quot;: &quot;xxx&quot;, // 审核状态1已审核 0未审核
&quot;operatorName&quot;: &quot;xxx&quot;, // 操作人姓名
&quot;storageName&quot;: &quot;xxx&quot;, // 仓库
&quot;stockTakeTime&quot;: &quot;xxx&quot;, // 开单时间
&quot;comment&quot;: &quot;xxx&quot;, // 备注
&quot;id&quot;: &quot;xxx&quot;, // 单据 ID
&quot;auditName&quot;: &quot;xxx&quot;, // 审核人
},
&quot;transferDetail&quot;: [{
&quot;originalPrice&quot;: &quot;xxx&quot;, // 盘点数量
&quot;GoodsCode&quot;: &quot;xxx&quot;, // 商品编码
&quot;Unit&quot;: &quot;xxx&quot;, // 单位
&quot;BrandName&quot;: &quot;xxx&quot;, // 品牌
&quot;pcCount&quot;: &quot;xxx&quot;, // 盘差金额
&quot;Qty&quot;: &quot;xxx&quot;, // 账面数量
&quot;CostPrice&quot;: &quot;xxx&quot;, // 成本价
&quot;count&quot;: &quot;xxx&quot;, // 实际数量
&quot;GoodsName&quot;: &quot;xxx&quot;, // 商品名称
&quot;Spec&quot;: &quot;xxx&quot; //规格型号
}]
}
}</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>