智能账单—删除账单类型—删除
<p><strong>简要描述:</strong> </p>
<ul>
<li>查询商户智能账单类型详细</li>
</ul>
<p><strong>权限描述:</strong> </p>
<ul>
<li>tradeCenter.deleteIntelligentBillTypeDetail</li>
</ul>
<p><strong>权限描述:</strong> </p>
<ul>
<li>tradeCenter.deleteIntelligentBillTypeDetail</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/aggplat_mvc/intelligentBillAction/deleteIntelligentBillTypeDetail.do</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST
注:
自测请求参数:smartBillTypeId=000000000506665_D01_a3_1
<strong>参数:</strong> </li>
</ul>
<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;">smartBillTypeId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">String</td>
<td>账单类型主键ID</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;respCode&quot;: &quot;success&quot;,
&quot;respMsg&quot;: &quot;通讯成功&quot;,
&quot;data&quot;: null,
&quot;dataObject&quot;: null
}</code></pre>