编辑监督流程(停用)
<p>POST /subassembly/su/w/v1/superviseoperation/processEdit/put</p>
<p>> Body 请求参数</p>
<pre><code class="language-json">{
&quot;id&quot;: 585523874685957,
&quot;superviseProcessDocuments&quot;: [
{
&quot;documentId&quot;: 585523874472965,
&quot;documentPath&quot;: &quot;https://hztyjdhzv3.2dmeeting.cn/Supervise/837697d9-971b-40fe-bc20-afdf72b21ad3.xlsx&quot;,
&quot;documentName&quot;: &quot;2024年民生实事项目开始征集啦!统计结果 (2).xlsx&quot;,
&quot;id&quot;: 1726649907362,
&quot;fieldSettingId&quot;: 577386160538630
}
],
&quot;workEndtime&quot;: null,
&quot;meetType&quot;: null,
&quot;meetId&quot;: null,
&quot;condition&quot;: null,
&quot;organizationId&quot;: 575286754989061,
&quot;superviseId&quot;: 576709176841221,
&quot;workflowSettingId&quot;: 572030316000261,
&quot;taskId&quot;: &quot;788b1312-62b2-4851-852d-77ac208a913e&quot;
}</code></pre>
<h3>请求参数</h3>
<table>
<thead>
<tr>
<th>名称</th>
<th>位置</th>
<th>类型</th>
<th>必选</th>
<th>中文名</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>x-auth</td>
<td>header</td>
<td>string</td>
<td>是</td>
<td>签名</td>
</tr>
<tr>
<td>x-request-id</td>
<td>header</td>
<td>string</td>
<td>是</td>
<td>请求唯一ID</td>
</tr>
<tr>
<td>x-tenant-code</td>
<td>header</td>
<td>string</td>
<td>是</td>
<td>租户code</td>
</tr>
<tr>
<td>x-timestamp</td>
<td>header</td>
<td>string</td>
<td>是</td>
<td>时间戳</td>
</tr>
<tr>
<td>areaId</td>
<td>header</td>
<td>string</td>
<td>是</td>
<td>区域id</td>
</tr>
<tr>
<td>body</td>
<td>body</td>
<td>object</td>
<td>否</td>
<td>none</td>
</tr>
<tr>
<td>» meetType</td>
<td>body</td>
<td>integer</td>
<td>是</td>
<td>关联会议类型</td>
<td>1=常委会 2=主任会议 3=人代会</td>
</tr>
<tr>
<td>» id</td>
<td>body</td>
<td>integer</td>
<td>是</td>
<td>主数据ID</td>
<td>none</td>
</tr>
<tr>
<td>» superviseProcessDocuments</td>
<td>body</td>
<td>[object]</td>
<td>是</td>
<td>流程附件</td>
<td>none</td>
</tr>
<tr>
<td>»» documentId</td>
<td>body</td>
<td>integer</td>
<td>否</td>
<td>附件id</td>
<td>none</td>
</tr>
<tr>
<td>»» documentPath</td>
<td>body</td>
<td>string</td>
<td>否</td>
<td>附件地址</td>
<td>none</td>
</tr>
<tr>
<td>»» documentName</td>
<td>body</td>
<td>string</td>
<td>否</td>
<td>附件名称</td>
<td>none</td>
</tr>
<tr>
<td>»» id</td>
<td>body</td>
<td>integer</td>
<td>否</td>
<td>none</td>
</tr>
<tr>
<td>»» fieldSettingId</td>
<td>body</td>
<td>integer</td>
<td>否</td>
<td>设置内容主键id</td>
<td>none</td>
</tr>
<tr>
<td>» workEndtime</td>
<td>body</td>
<td>string</td>
<td>是</td>
<td>处理情况报告截止时间</td>
<td>none</td>
</tr>
<tr>
<td>» meetId</td>
<td>body</td>
<td>integer</td>
<td>是</td>
<td>会议id</td>
<td>none</td>
</tr>
<tr>
<td>» condition</td>
<td>body</td>
<td>integer</td>
<td>是</td>
<td>上传资料类型</td>
<td>1=上常委会 2=上主任会议 3=上人代会</td>
</tr>
<tr>
<td>» organizationId</td>
<td>body</td>
<td>integer</td>
<td>是</td>
<td>处理对象id</td>
<td>none</td>
</tr>
<tr>
<td>» superviseId</td>
<td>body</td>
<td>integer</td>
<td>是</td>
<td>常委会监督id</td>
<td>none</td>
</tr>
<tr>
<td>» workflowSettingId</td>
<td>body</td>
<td>integer</td>
<td>是</td>
<td>流程节点ID</td>
<td>none</td>
</tr>
<tr>
<td>» taskId</td>
<td>body</td>
<td>string</td>
<td>是</td>
<td>任务ID</td>
<td>none</td>
</tr>
</tbody>
</table>
<p>> 返回示例</p>
<p>> 成功</p>
<pre><code class="language-json">{
&quot;code&quot;: 1200,
&quot;data&quot;: true,
&quot;desc&quot;: &quot;操作成功&quot;,
&quot;ex&quot;: null,
&quot;refreshPermission&quot;: false
}</code></pre>
<h3>返回结果</h3>
<table>
<thead>
<tr>
<th>状态码</th>
<th>状态码含义</th>
<th>说明</th>
<th>数据模型</th>
</tr>
</thead>
<tbody>
<tr>
<td>200</td>
<td><a href="https://tools.ietf.org/html/rfc7231#section-6.3.1">OK</a></td>
<td>成功</td>
<td>Inline</td>
</tr>
</tbody>
</table>
<h3>返回数据结构</h3>
<p>状态码 <strong>200</strong></p>
<table>
<thead>
<tr>
<th>名称</th>
<th>类型</th>
<th>必选</th>
<th>约束</th>
<th>中文名</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>» code</td>
<td>integer</td>
<td>true</td>
<td>none</td>
<td>none</td>
</tr>
<tr>
<td>» data</td>
<td>boolean</td>
<td>true</td>
<td>none</td>
<td>none</td>
</tr>
<tr>
<td>» desc</td>
<td>string</td>
<td>true</td>
<td>none</td>
<td>none</td>
</tr>
<tr>
<td>» ex</td>
<td>null</td>
<td>true</td>
<td>none</td>
<td>none</td>
</tr>
<tr>
<td>» refreshPermission</td>
<td>boolean</td>
<td>true</td>
<td>none</td>
<td>none</td>
</tr>
</tbody>
</table>