标准签


签署流程发起

<p><strong>简要描述:</strong> </p> <ul> <li>签署流程发起接口</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://ip:port/service/rest/v1/signflow/initiate</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST</li> </ul> <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>签署流程ID</td> </tr> <tr> <td style="text-align: left;">docPosList</td> <td style="text-align: left;">否</td> <td style="text-align: left;">List</td> <td>文档指定签署位置信息</td> </tr> </tbody> </table> <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;">flowDocId</td> <td style="text-align: left;">String</td> <td>签署流程文档Id</td> </tr> <tr> <td style="text-align: left;">participantPos</td> <td style="text-align: left;">List</td> <td>participantId:签署流程参与人Id, posList: List, { posPage: int 签署页码,posX: float 位置横坐标, posY: float 位置纵坐标}</td> </tr> <tr> <td style="text-align: left;">source</td> <td style="text-align: left;">是</td> <td>String 请求来源,例如:’dingding’ , ’esign’ , ’esign_h5’ , ’alipay’</td> </tr> </tbody> </table> <p><strong>请求示例</strong></p> <pre><code> http://ip:port/service/rest/v1/signflow/initiate { &amp;quot;flowId&amp;quot;:&amp;quot;8ae8c940-56ad-44d1-9f8a-60d8958b933a&amp;quot;, &amp;quot;source&amp;quot;:&amp;quot;esign&amp;quot;, &amp;quot;docPosList&amp;quot;:[{ &amp;quot;flowDocId&amp;quot;:&amp;quot;ff5f456e-fe0a-401c-a661-fe8b6393f5d5&amp;quot;, &amp;quot;participantPos&amp;quot;:[{ &amp;quot;participantId&amp;quot;:&amp;quot;5d62eee2-ef01-4ce4-bb75-a8a347bec4f2&amp;quot;, &amp;quot;posList&amp;quot;:[{ &amp;quot;posPage&amp;quot;:1, &amp;quot;posX&amp;quot;:50, &amp;quot;posY&amp;quot;:50 }] },{ &amp;quot;participantId&amp;quot;:&amp;quot;4b8cf900-aa6f-489a-b57c-a915912f7f52&amp;quot;, &amp;quot;posList&amp;quot;:[{ &amp;quot;posPage&amp;quot;:1, &amp;quot;posX&amp;quot;:50, &amp;quot;posY&amp;quot;:50 }] }] }] }</code></pre> <p><strong>返回示例</strong></p> <pre><code>{ &amp;quot;success&amp;quot;: true, &amp;quot;msg&amp;quot;: &amp;quot;成功&amp;quot;, &amp;quot;total&amp;quot;: null, &amp;quot;errCode&amp;quot;: 0, &amp;quot;errShow&amp;quot;: false, &amp;quot;data&amp;quot;: {} }</code></pre> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML