M+ CPD


保存材料

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>保存维修材料</li> </ul> <h5>请求URL</h5> <ul> <li><code>/cpd/repairQuotation/saveMaterial</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST </li> </ul> <h5>参数</h5> <pre><code> { "apiVersion": "string", "maintenanceMaterial": [ { "actualCounterQty": 0, // 实际店数 "actualDate": 0, // 实际天数 "actualTotalPrice": 0, // 实际总价 "actualWorkerNumber": 0, // 实际人数 "estimateCounterQty": 0, // 预估店数 "estimateDate": 0, // 预估天数 "estimateTotalPrice": 0, // 预估总价 "estimateWorkerNumber": 0, // 预估人数 "materialId": "string" // 维修单id "estimateMaterialQty":0, "actualMaterialQty":0 } ], "repairId": "string", // 维修单id 添加维修单材料的时候才需要这个值 不要传错了 "repairQuotationId": "string", // 报价单id 添加报价单材料的时候才会需要这个值 "requestId": "string", "timestamp": 0 }0</code></pre> <h5>返回示例</h5> <pre><code> { "code": 0, "data": { "idList": [ "string" ] }, "message": "string", "requestId": "string", "timestamp": 0 }</code></pre>

页面列表

ITEM_HTML