M+ CPD


admin assign supplier reject

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>用户注册接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>/cpd/repair/requestAssignedSupplier</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST </li> </ul> <h5>参数</h5> <pre><code> { "apiVersion": "string", "currentStepName": "string", // 当前步骤名称, 回滚时会用到 admin --- 'Assigned Supplier' "emergencyId": 0, // 紧急程度 "projects": [ // 项目信息 { "apiVersion": "string", "comment": "string", "repairId": "string", "requestId": "string", "stepInstanceId": "string", "timestamp": 0, "workflowInstanceId": "string" } ], "rejectComment": "string", // 驳回备注 "rejectIndex": 0, // 需要驳回的步骤编号 "requestId": "string", "supplierId": "string", // 供应商id "timestamp": 0 }</code></pre> <h5>返回示例</h5> <pre><code> { "code": 0, "data": { "approvalResponseList": [ { "currentIndex": 0, "preStepInstanceId": "string", "stepInstanceId": "string", "stepWorkflowInstanceId": "string", "workflowInstanceId": "string" } ] }, "message": "string", "requestId": "string", "timestamp": 0 }</code></pre>

页面列表

ITEM_HTML