标准签


保存文档流程审批记录

<p><strong>简要描述:</strong> </p> <ul> <li>保存文档流程审批记录</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://ip:port/service/rest/v1/approve_record/flow</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST <strong>参数示例:</strong></li> </ul> <pre><code>{ &amp;quot;flowId&amp;quot;: &amp;quot;24bf3c31-392e-49d4-a3ac-9158197db658&amp;quot;, &amp;quot;participantId&amp;quot;: &amp;quot;52b940f0-2959-40c7-be83-c2d95acbb2bb&amp;quot;, &amp;quot;approveSealPositions&amp;quot;: [{ &amp;quot;posX&amp;quot;: 100.0, &amp;quot;posY&amp;quot;: 100.0, &amp;quot;sealBase64&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;sealId&amp;quot;: &amp;quot;826fc2b4-2de7-4920-82d6-55ee9cd3920a&amp;quot;, &amp;quot;sealOsskey&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;signType&amp;quot;: 1, &amp;quot;posPage&amp;quot;: &amp;quot;1&amp;quot;, &amp;quot;key&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;posType&amp;quot;: 0 }], &amp;quot;source&amp;quot;: &amp;quot;dingding&amp;quot;, &amp;quot;orgAccountUid&amp;quot;: &amp;quot;2A4C492FF38F441BAAA49FDFDF19C265&amp;quot;, &amp;quot;accountUid&amp;quot;: &amp;quot;4E61CD47EFA14ECC9F5D1D19911F6A5C&amp;quot;, &amp;quot;token&amp;quot;: &amp;quot;ba5a051d-91dc-4f44-9add-39a2978b3317&amp;quot;, &amp;quot;equipId&amp;quot;: &amp;quot;ding119ef8ab6-033f-4ebe-88ee-d8a1ba5c4b91&amp;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;">flowId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>流程d</td> </tr> <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;">approveSealPositions</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>{ &amp;quot;data&amp;quot;: { &amp;quot;accountUid&amp;quot;: &amp;quot;4E61CD47EFA14ECC9F5D1D19911F6A5C&amp;quot;, &amp;quot;flowId&amp;quot;: &amp;quot;24bf3c31-392e-49d4-a3ac-9158197db658&amp;quot;, &amp;quot;id&amp;quot;: &amp;quot;79cf7f6e-8e39-489c-8283-7577387027c4&amp;quot;, &amp;quot;sealId&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;signFlowDetailId&amp;quot;: &amp;quot;52b940f0-2959-40c7-be83-c2d95acbb2bb&amp;quot; }, &amp;quot;errCode&amp;quot;: 0, &amp;quot;exist&amp;quot;: true, &amp;quot;msg&amp;quot;: &amp;quot;成功&amp;quot;, &amp;quot;success&amp;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>

页面列表

ITEM_HTML