小程序


交割文件通用接口

<p><strong>简要描述:</strong> </p> <ul> <li>交割文件通用接口</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://106.15.251.200:8686/legal/word/saveDeliveryInfo</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST </li> </ul> <p><strong>参数:</strong> Headers: token: 8881540f8804123978c68ddca4009016 userId: 2</p> <p>&quot;type&quot;: 1://交割确认函 2://股东名册 3://出资证明书 4://付款通知 5:交割-股东会决议 6:交割-董事会决议</p> <pre><code>{ "type":4, "templateType": , "undersignTime": "2020-05-26", "companyName": "上海爱喜", "companyLegal": "", "issuedTime": "2020-06-04", "foundingShareholder": "看看", "investor": "王五", "numbering": "8956", "restablishTime": "2017-05-06", "registeredCapital": "100", "shareholderName": "股东名称", "shareholderFund": "12", "payTime": "2017-05-05", "name": "wu", "apply": "20", "subscribe": "15", "percentage": "10", "investmentAmount": "20", "acquireCapital": "20", "lastTime": "2020-06-09", "accountName": "xxx", "bank": "工商", "accountNumber": "326415795216", "meetingNum": "", "meetingHost": "", "investorContribution": "", "beforeRegisteredCapital": "", "afterRegisteredCapital": "", "nominate": "", "component": "", "undersignYear": "", "undersignMonth": "", "undersignDay": "", "shareholders":[ { "name":"dd", "contribution":"100", "equityRatio":"10", "certificate":"dfdsafasdf", "address":"sh", "remark":"ff" }, { "name":"dd", "contribution":"100", "equityRatio":"10", "certificate":"dfdsafasdf", "address":"sh", "remark":"ff" } ] }</code></pre> <pre><code>//交割确认函 /** * 签署日期 */ private String undersignTime; @NotBlank(message = "公司名称不能为空") private String companyName; /** * 公司法定代表人 */ private String companyLegal; @NotBlank(message = "出具时间不能为空") private String issuedTime; /** * 创始股东 */ private String foundingShareholder; /** * 投资方 */ private String investor; //交割-股东名册 /** * 公司名称 */ private String companyName; /** * 公司法定代表人 */ private String companyLegal; /** * 出具时间yyyy-MM-dd */ private String issuedTime; private List&lt;Shareholder&gt; shareholders; Shareholder: /** * 股东名称 */ private String name; /** * 出资额 */ private String contribution; /** * 股权比 */ private String equityRatio; /** * 证明书 */ private String certificate; /** * 住所 */ private String address; /** * 备注 */ private String remark; //交割-出资证明书 /** * 公司名称 */ //private String companyName; /** * 公司法定代表人 */ //private String companyLegal; /** * 编号 */ private String numbering; /** * 出具时间yyyy-MM-dd */ //private String issuedTime; /** * 成立时间yyyy-MM-dd */ private String restablishTime; /** * 注册资本 */ private String registeredCapital; /** * 股东名称 */ private String shareholderName; /** * 股东出资额 */ private String shareholderFund; /** * 缴纳日期 */ private String payTime; /** * 证明内容-股东 */ private String name; /** * 证明内容-使用金额 */ private String apply; /** * 证明内容-认购金额 */ private String subscribe; /** * 证明内容-股份 % */ private String percentage; //交割-付款通知 /** * 公司名称 */ private String companyName; /** * 公司法定代表人 */ private String companyLegal; /** * 投资方 */ private String investor; /** * 出具时间yyyy-MM-dd */ private String issuedTime; /** * 签署日期 */ private String undersignTime; /** * 投资金额 */ private String investmentAmount; /** * 获取资本 */ private String acquireCapital; /** * 最后日期 */ private String lastTime; /** * 户名 */ private String accountName; /** * 开户行 */ private String bank; /** * 账号 */ private String accountNumber; //交割-股东会决议 /** * 公司名称 */ private String companyName; /** * 公司法定代表人 */ private String companyLegal; /** * 投资方 */ private String investor; /** * 出具时间yyyy-MM-dd */ private String issuedTime; /** * 会议人数 */ private String meetingNum; /** * 会议主持人 */ private String meetingHost; /** * 投资方出资 */ private String investorContribution; /** * 变更前注册资本 */ private String beforeRegisteredCapital; /** * 变更后注册资本 */ private String afterRegisteredCapital; /** * 提名 */ private String nominate; /** * 组成 */ private String component; //交割-董事会决议 /** * 公司名称 */ private String companyName; /** * 公司法定代表人 */ private String companyLegal; /** * 出具时间yyyy-MM-dd */ private String issuedTime; /** * 会议人数 */ private String meetingNum; /** * 会议主持人 */ private String meetingHost; /** * 提名 */ private String nominate; /** * 组成 */ private String component; </code></pre> <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;">type</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> { "status": "1", "msg": "success", "data": { "orderNum": "935VZDDMD1589257628157" } }</code></pre> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML