获取月结账单明细
<p>> 根据月结卡号查询指定月份费用明细。对应月结卡号需要找产品经理开通业务。</p>
<p>请求接口:/public/monthlyCardBill/getBspBillDetail</p>
<p>请求方法:POST</p>
<p>请求类型:JSON</p>
<p>请求参数:</p>
<table>
<thead>
<tr>
<th>参数名称</th>
<th style="text-align: center;">参数类型</th>
<th style="text-align: center;">是否必填</th>
<th>描述</th>
</tr>
</thead>
<tbody>
<tr>
<td>monthlyCardNo</td>
<td style="text-align: center;">String</td>
<td style="text-align: center;">是</td>
<td>月结卡号</td>
</tr>
<tr>
<td>month</td>
<td style="text-align: center;">String</td>
<td style="text-align: center;">否</td>
<td>查询月份,空为查询上月,格式yyyy-MM</td>
</tr>
</tbody>
</table>
<p>请求示例:</p>
<pre><code class="language-json">{&quot;monthlyCardNo&quot;:&quot;0123456&quot;,&quot;month&quot;:&quot;2023-01&quot;}</code></pre>
<p>响应参数:</p>
<table>
<thead>
<tr>
<th>参数名称</th>
<th style="text-align: center;">参数类型</th>
<th>描述</th>
</tr>
</thead>
<tbody>
<tr>
<td>businessName</td>
<td style="text-align: center;">String</td>
<td>业务名称</td>
</tr>
<tr>
<td>businessType</td>
<td style="text-align: center;">String</td>
<td>业务类型,expressWaybill:快递运单费用,expressSameCity:同城服务费用</td>
</tr>
<tr>
<td>details</td>
<td style="text-align: center;">List<Array></td>
<td>明细列表,名称对应明细模版下标</td>
</tr>
<tr>
<td>detailsTemplate</td>
<td style="text-align: center;">List<Object></td>
<td>明细模版,赋值对应明细列表下标</td>
</tr>
<tr>
<td>nameCn</td>
<td style="text-align: center;">String</td>
<td>字段中文名称</td>
</tr>
<tr>
<td>nameEn</td>
<td style="text-align: center;">String</td>
<td>字段英文名称</td>
</tr>
</tbody>
</table>
<p>响应示例:</p>
<pre><code class="language-json">// 响应成功示例
{
&quot;result&quot;: [
{
&quot;businessName&quot;: &quot;快递运单费用&quot;,
&quot;businessType&quot;: &quot;expressWaybill&quot;,
&quot;details&quot;: [
[
&quot;11-03&quot;,
&quot;SF012345678&quot;,
&quot;北京&quot;,
&quot;北京&quot;,
&quot;&quot;,
&quot;1&quot;,
&quot;顺丰标快&quot;,
&quot;寄转第三方&quot;,
&quot;10&quot;,
&quot;4&quot;,
&quot;10&quot;,
&quot;赵先生&quot;,
&quot;&quot;,
&quot;888-8888888&quot;,
&quot;999-9999999&quot;,
&quot;赵先生&quot;,
&quot;2023-03-01 14:54&quot;,
&quot;北京&quot;,
&quot;北京市北京市昌平区北京市昌平区&quot;,
&quot;0123456&quot;,
&quot;文件&quot;,
&quot;1&quot;,
&quot;&quot;,
&quot;0&quot;,
&quot;北京&quot;,
&quot;朱女士&quot;,
&quot;北京市北京市朝阳区北京市朝阳区&quot;,
&quot;1&quot;,
&quot;&quot;,
&quot;2023-03-02 09:19&quot;,
&quot;&quot;,
&quot;9999999999&quot;,
&quot;cd0c92981e694c1281b7632cc198933211&quot;
]
],
&quot;detailsTemplate&quot;: [
{
&quot;nameCn&quot;: &quot;日期&quot;,
&quot;nameEn&quot;: &quot;billingDate&quot;
},
{
&quot;nameCn&quot;: &quot;运单号码&quot;,
&quot;nameEn&quot;: &quot;waybillno&quot;
},
{
&quot;nameCn&quot;: &quot;寄件地区&quot;,
&quot;nameEn&quot;: &quot;senderCity&quot;
},
{
&quot;nameCn&quot;: &quot;到件地区&quot;,
&quot;nameEn&quot;: &quot;receiverCity&quot;
},
{
&quot;nameCn&quot;: &quot;对方公司名称&quot;,
&quot;nameEn&quot;: &quot;otherCompanyName&quot;
},
{
&quot;nameCn&quot;: &quot;计费重量&quot;,
&quot;nameEn&quot;: &quot;feeWeight&quot;
},
{
&quot;nameCn&quot;: &quot;产品类型&quot;,
&quot;nameEn&quot;: &quot;productType&quot;
},
{
&quot;nameCn&quot;: &quot;付款方式&quot;,
&quot;nameEn&quot;: &quot;incomeTypeName&quot;
},
{
&quot;nameCn&quot;: &quot;费用(元)&quot;,
&quot;nameEn&quot;: &quot;payAmount&quot;
},
{
&quot;nameCn&quot;: &quot;折扣/促销&quot;,
&quot;nameEn&quot;: &quot;rebateAmount&quot;
},
{
&quot;nameCn&quot;: &quot;应付金额&quot;,
&quot;nameEn&quot;: &quot;shouldPayAmount&quot;
},
{
&quot;nameCn&quot;: &quot;经手人&quot;,
&quot;nameEn&quot;: &quot;handName&quot;
},
{
&quot;nameCn&quot;: &quot;增值费用&quot;,
&quot;nameEn&quot;: &quot;serviceFeeName&quot;
},
{
&quot;nameCn&quot;: &quot;寄件公司电话&quot;,
&quot;nameEn&quot;: &quot;senderPhone&quot;
},
{
&quot;nameCn&quot;: &quot;到方客户电话&quot;,
&quot;nameEn&quot;: &quot;receiverPhone&quot;
},
{
&quot;nameCn&quot;: &quot;寄件人&quot;,
&quot;nameEn&quot;: &quot;sender&quot;
},
{
&quot;nameCn&quot;: &quot;寄件时间&quot;,
&quot;nameEn&quot;: &quot;pickUpDate&quot;
},
{
&quot;nameCn&quot;: &quot;始发地(省名)&quot;,
&quot;nameEn&quot;: &quot;senderProvince&quot;
},
{
&quot;nameCn&quot;: &quot;寄件公司地址&quot;,
&quot;nameEn&quot;: &quot;senderAddress&quot;
},
{
&quot;nameCn&quot;: &quot;收件人工号&quot;,
&quot;nameEn&quot;: &quot;pickUpEmp&quot;
},
{
&quot;nameCn&quot;: &quot;托寄物内容&quot;,
&quot;nameEn&quot;: &quot;cargo&quot;
},
{
&quot;nameCn&quot;: &quot;托寄物数量&quot;,
&quot;nameEn&quot;: &quot;cargoQuantity&quot;
},
{
&quot;nameCn&quot;: &quot;声明价值&quot;,
&quot;nameEn&quot;: &quot;value&quot;
},
{
&quot;nameCn&quot;: &quot;体积&quot;,
&quot;nameEn&quot;: &quot;volume&quot;
},
{
&quot;nameCn&quot;: &quot;目的地(省名)&quot;,
&quot;nameEn&quot;: &quot;receiverProvince&quot;
},
{
&quot;nameCn&quot;: &quot;收件人&quot;,
&quot;nameEn&quot;: &quot;receiver&quot;
},
{
&quot;nameCn&quot;: &quot;收件地址&quot;,
&quot;nameEn&quot;: &quot;receiverAddress&quot;
},
{
&quot;nameCn&quot;: &quot;实际重量&quot;,
&quot;nameEn&quot;: &quot;totalWeight&quot;
},
{
&quot;nameCn&quot;: &quot;回单单号&quot;,
&quot;nameEn&quot;: &quot;returnTracking&quot;
},
{
&quot;nameCn&quot;: &quot;签收时间&quot;,
&quot;nameEn&quot;: &quot;signTime&quot;
},
{
&quot;nameCn&quot;: &quot;退回件关联运单号&quot;,
&quot;nameEn&quot;: &quot;sourceWaybill&quot;
},
{
&quot;nameCn&quot;: &quot;子公司卡号&quot;,
&quot;nameEn&quot;: &quot;payerCustCode&quot;
},
{
&quot;nameCn&quot;: &quot;订单号&quot;,
&quot;nameEn&quot;: &quot;orderNo&quot;
}
]
}
],
&quot;succ&quot;: &quot;ok&quot;,
&quot;msg&quot;: null
}</code></pre>