Transaction Query — 导出
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>Transaction Query -- 导出</li>
</ul>
<h5>请求URL</h5>
<ul>
<li>/lfs-admin/business/lehman/tUkInvLehmanProcessOrder/export</li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </li>
</ul>
<h5>参数</h5>
<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;">customerFirstName</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td></td>
</tr>
<tr>
<td style="text-align: left;">customerLastName</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td></td>
</tr>
<tr>
<td style="text-align: left;">isin</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td></td>
</tr>
<tr>
<td style="text-align: left;">dateOfDistribution</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td></td>
</tr>
</tbody>
</table>
<h5>请求示例</h5>
<pre><code>{
&quot;customerFirstName&quot;: &quot;&quot;,
&quot;customerLastName&quot;: &quot;&quot;,
&quot;isin&quot;: &quot;&quot;,
&quot;dateOfDistribution&quot;: &quot;Apr-2025&quot;,
&quot;pageInfo&quot;: {
&quot;current&quot;: 1,
&quot;pageSize&quot;: 10
}
}</code></pre>
<h5>返回示例</h5>
<pre><code>{
&quot;status&quot;: 200,
&quot;message&quot;: &quot;success&quot;,
&quot;data&quot;: {
&quot;records&quot;: [
{
&quot;id&quot;: &quot;1&quot;,
&quot;batchRunningDate&quot;: null,
&quot;creator&quot;: &quot;www&quot;,
&quot;createDate&quot;: &quot;2025-04-23T10:30:21.000+08:00&quot;,
&quot;updater&quot;: &quot;www&quot;,
&quot;updateDate&quot;: &quot;2025-05-15T10:30:33.000+08:00&quot;,
&quot;delFlag&quot;: &quot;0&quot;,
&quot;parentId&quot;: null,
&quot;checker&quot;: null,
&quot;checkDate&quot;: null,
&quot;checkRemark&quot;: null,
&quot;isMigration&quot;: &quot;N&quot;,
&quot;isFinally&quot;: null,
&quot;customerFirstName&quot;: null,
&quot;customerLastName&quot;: null,
&quot;isin&quot;: null,
&quot;claimAmountRate&quot;: null,
&quot;claimAmountUsd&quot;: null,
&quot;creditMode&quot;: null,
&quot;cashAccountNumber&quot;: null,
&quot;beneficiaryBank&quot;: null,
&quot;beneficiaryBankAddress&quot;: null,
&quot;sortCode&quot;: null,
&quot;payeeAccountNumber&quot;: null,
&quot;payeeName&quot;: null,
&quot;paymentMode&quot;: null,
&quot;flexGlAccountNumber&quot;: null,
&quot;flexGlType&quot;: null,
&quot;processId&quot;: null,
&quot;entitlementAmountUsd&quot;: null,
&quot;txnTdCasaId&quot;: null
}
],
&quot;total&quot;: 1,
&quot;size&quot;: 10,
&quot;current&quot;: 1,
&quot;pages&quot;: 1
}
}</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;">groupid</td>
<td style="text-align: left;">int</td>
<td>用户组id,1:超级管理员;2:普通用户</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>