智能账单—编辑账单类型—查询已有字段
<p><strong>简要描述:</strong> </p>
<ul>
<li>编辑账单类型时,查询智能账单已有字段</li>
</ul>
<p><strong>权限描述:</strong> </p>
<ul>
<li>tradeCenter.updateBillType</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/aggplat_mvc/intelligentBillAction/queryEditExistentBillTypeFields.do</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST
注:
自测请求参数:smartBillTypeId=D01_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;: {
&quot;list&quot;: [
{
&quot;id&quot;: &quot;2&quot;,
&quot;transTypeStatus&quot;: &quot;1&quot;,
&quot;formatStatus&quot;: &quot;1&quot;,
&quot;amountStatus&quot;: &quot;1&quot;,
&quot;source&quot;: &quot;0&quot;,
&quot;fieldProperty&quot;: &quot;&quot;,
&quot;orgField&quot;: null,
&quot;deprivedStatus&quot;: &quot;0&quot;,
&quot;fieldIndex&quot;: 1,
&quot;fieldCode&quot;: &quot;TRANS_DATE&quot;,
&quot;tableModel&quot;: &quot;BILL_TRANS_MART&quot;,
&quot;fieldName&quot;: &quot;交易时间&quot;
}
]
},
&quot;dataObject&quot;: null
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<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;">id</td>
<td style="text-align: left;">String</td>
<td>唯一主键</td>
</tr>
<tr>
<td style="text-align: left;">fieldName</td>
<td style="text-align: left;">String</td>
<td>显示名称</td>
</tr>
<tr>
<td style="text-align: left;">fieldIndex</td>
<td style="text-align: left;">Integer</td>
<td>顺序</td>
</tr>
</tbody>
</table>
<p>注:fieldIndex为账单的顺序</p>