门店云

门店云


商品支付明细

<h5>简要描述</h5> <ul> <li>商品支付明细同步接口</li> <li>开发人员:夏章浪</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://localhost:port/api/StoreCloud/RenewalGoodsPaymentMoneydetail</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST</li> </ul> <h5>参数</h5> <table> <thead> <tr> <th>参数名</th> <th>必选</th> <th>类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td>OccurDate</td> <td>是</td> <td>string</td> <td>年月</td> </tr> <tr> <td>DeptCode</td> <td>是</td> <td>string</td> <td>部门编码【主键】</td> </tr> <tr> <td>GoodsCode</td> <td>是</td> <td>string</td> <td>商品编码【主键】</td> </tr> <tr> <td>PaymentModeCode</td> <td>是</td> <td>string</td> <td>支付方式编码【主键】</td> </tr> <tr> <td>PaymentMoney</td> <td>是</td> <td>float</td> <td>支付金额【主键】</td> </tr> <tr> <td>ContNumber</td> <td>否</td> <td>string</td> <td>合同号 【主键】</td> </tr> </tbody> </table> <h5>请求示例</h5> <pre><code>[ { &amp;quot;OccurDate&amp;quot;: &amp;quot;20240306&amp;quot;, &amp;quot;DeptCode&amp;quot;: &amp;quot;string&amp;quot;, &amp;quot;GoodsCode&amp;quot;: &amp;quot;string&amp;quot;, &amp;quot;PaymentModeCode&amp;quot;: &amp;quot;string&amp;quot;, &amp;quot;PaymentMoney&amp;quot;:5.00, &amp;quot;ContNumber&amp;quot;: &amp;quot;string&amp;quot; } ]</code></pre> <h5>返回示例</h5> <pre><code>{ &amp;quot;Success&amp;quot;: true, &amp;quot;Status&amp;quot;: 1, &amp;quot;Message&amp;quot;: &amp;quot;string&amp;quot;, &amp;quot;Data&amp;quot;: &amp;quot;string&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;">Success</td> <td style="text-align: left;">bool</td> <td>成功标记</td> </tr> <tr> <td style="text-align: left;">Status</td> <td style="text-align: left;">int</td> <td>状态码</td> </tr> <tr> <td style="text-align: left;">Message</td> <td style="text-align: left;">string</td> <td>返回消息</td> </tr> <tr> <td style="text-align: left;">Data</td> <td style="text-align: left;">object</td> <td>返回的数据</td> </tr> </tbody> </table> <h1>备注</h1> <ul> <li>更多返回状态码请看首页的状态码描述</li> </ul>

页面列表

ITEM_HTML