保存印章审批申请的记录.
<p><strong>简要描述:</strong> </p>
<ul>
<li>保存印章审批申请的记录.</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://ip:port/service/rest/v1/approve_record/seal</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST
<strong>参数示例:</strong></li>
</ul>
<pre><code>{
&quot;participantId&quot;: &quot;96a44911-2076-48a3-a067-12f6d0b03eb7&quot;,
&quot;sealApplyReceiverList&quot;: [{
&quot;approveRecordId&quot;: &quot;&quot;,
&quot;positions&quot;: [{
&quot;key&quot;: &quot;&quot;,
&quot;posPage&quot;: &quot;1&quot;,
&quot;posType&quot;: 0,
&quot;posX&quot;: 200.0,
&quot;posY&quot;: 300.0,
&quot;sealBase64&quot;: &quot;&quot;,
&quot;sealId&quot;: &quot;&quot;,
&quot;sealOsskey&quot;: &quot;&quot;,
&quot;signType&quot;: 1
}],
&quot;receiverId&quot;: &quot;&quot;,
&quot;sealId&quot;: &quot;b1f64e9c-a0ef-4bb9-88dc-371e48206db3&quot;,
&quot;tempId&quot;: &quot;6e2922da-2ee8-4058-bd5c-a56cb3f7c20a&quot;
}],
&quot;source&quot;: &quot;dingding&quot;,
&quot;orgAccountUid&quot;: &quot;2A4C492FF38F441BAAA49FDFDF19C265&quot;,
&quot;accountUid&quot;: &quot;28AE0E0EFEC74A09B9647E9F05BE56A0&quot;,
&quot;token&quot;: &quot;88621148-cd3d-42bc-9457-3a1bbf5c15c2&quot;,
&quot;equipId&quot;: &quot;ding19db1f9dd-1bdc-4c56-8727-1b21dbefd275&quot;
}</code></pre>
<p><strong>参数说明:</strong> </p>
<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;">participantId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>参与方记录id</td>
</tr>
<tr>
<td style="text-align: left;">sealApplyReceiverList</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>审批的印章与印章位置信息</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;data&quot;: [{
&quot;approveRecordId&quot;: &quot;29ad25a2-5a76-42eb-86e0-9b31a22d4d6f&quot;,
&quot;tempId&quot;: &quot;6e2922da-2ee8-4058-bd5c-a56cb3f7c20a&quot;
}],
&quot;errCode&quot;: 0,
&quot;msg&quot;: &quot;成功&quot;,
&quot;success&quot;: true
}</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;">errCode</td>
<td style="text-align: left;">int</td>
<td>0表示成功</td>
</tr>
</tbody>
</table>