Dividend Processing ---分红
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>Dividend Processing ---分红</li>
</ul>
<h5>请求URL</h5>
<ul>
<li>/lfs-admin/business/lehman/tUkInvLehmanProcess/create</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>
</tbody>
</table>
<h5>请求示例</h5>
<pre><code>{
&quot;batchRunningDate&quot;: &quot;&quot;,
&quot;amountReceivedFromLbhiUsd&quot;: &quot;222&quot;,
&quot;distributionPercentage&quot;: 12344,
&quot;cashAccountGrandTotalBefore&quot;:123,
&quot;cashAccountGrandTotalAfter&quot;:123,
&quot;dateOfDistribution&quot;:&quot;04-2025&quot;,
&quot;externalPayeeGrandTotalBefore&quot;:123,
&quot;externalPayeeGrandTotalAfter&quot;:123,
&quot;trustGlGrandTotalBefore&quot;:123,
&quot;trustGltGrandTotalAfter&quot;:123,
&quot;cashAccountFileId&quot; : &quot;cashAccountFileId&quot;,
&quot;externalPayeeFileId&quot; : &quot;externalPayeeFileId&quot;,
&quot;trustGlFileId&quot; : &quot;trustGlFileId&quot;,
&quot;cashAccount&quot;: {
&quot;grandTotal&quot;: 123456,
&quot;list&quot;: [
{
&quot;customerFirstName&quot;: &quot;WORLD&quot;,
&quot;customerLastName&quot;: &quot;HELLO&quot;,
&quot;isin&quot;: &quot;KLKLO&quot;,
&quot;principalAmountHeld&quot;: 1111,
&quot;claimAmountRate&quot;: 1111,
&quot;claimAmountUsd&quot;: 123,
&quot;cashAccountNumber&quot;: &quot;111&quot;,
&quot;flexGlAccountNumber&quot;: null,
&quot;flexGlType&quot;: null,
&quot;entitlementAmountUsd&quot;: 123
}
]
},
&quot;externalPayee&quot;: {
&quot;grandTotal&quot;: 123456,
&quot;list&quot;: [
{
&quot;customerFirstName&quot;: &quot;WORLD&quot;,
&quot;customerLastName&quot;: &quot;HELLO&quot;,
&quot;isin&quot;: &quot;KLKLO&quot;,
&quot;principalAmountHeld&quot;: 1111,
&quot;claimAmountRate&quot;: 1111,
&quot;claimAmountUsd&quot;: 123,
&quot;entitlementAmountUsd&quot;: 123
}
]
},
&quot;trustGl&quot;: {
&quot;grandTotal&quot;: 123456,
&quot;list&quot;: [
{
&quot;customerFirstName&quot;: &quot;WORLD&quot;,
&quot;customerLastName&quot;: &quot;HELLO&quot;,
&quot;isin&quot;: &quot;KLKLO&quot;,
&quot;principalAmountHeld&quot;: 1111,
&quot;claimAmountRate&quot;: 1111,
&quot;claimAmountUsd&quot;: 123,
&quot;flexGlAccountNumber&quot;: null,
&quot;flexGlType&quot;: null,
&quot;entitlementAmountUsd&quot;: 123
}
]
}
}</code></pre>
<h5>返回示例</h5>
<pre><code>{
&quot;status&quot;: 200,
&quot;message&quot;: &quot;success&quot;,
&quot;data&quot;: &quot;Succcess&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>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>