{
"debug": 1,
"orderId": "202402190005",
"biangengId": "634",
"remark": "办理备注信息",
"biangengContentList": [
{
"biangengContentId": 1019,
"assess": {
"assessPrice": 20,
"assessDetail": "dd",
"workTime": "1",
"isWaibao": "1",
"waibaoPrice": "11",
"remark": "1111",
"bomDetail":[{"firstLevel":"资源费","secondLevel":"云服务费","explain":"描述字段","specsList":[{"specs":"规格字段","count":11,"unit":"单位字段","price":10,"other":[{"title":"市场参考报价","type":"number","value":"d"}]},{"specs":"规格字段22","count":11,"unit":"单位字段","price":10,"other":[{"title":"市场参考报价","type":"number","value":"d"}]}]},{"firstLevel":"资源费","secondLevel":"其他资源","explain":"描述字段","specsList":[{"specs":"规格字段","count":1.1,"unit":"单位字段","price":10,"other":[{"title":"更多成本","type":"number","value":"d"},{"title":"10102012","value":"d"}]},{"specs":"规格字段22","count":11,"unit":"单位字段","price":10,"other":[{"title":"市场参考报价","type":"number","value":"d"}]}]}]
},
"excute": {
"costFee": 0,
"attachment": [],
"excuteRemark":""
}
}
]
}
curl --location --request POST 'pm/bian-geng/do-handler-v2' \
--header 'Authorization: {{AUTH_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"debug": 1,
"orderId": "202402190005",
"biangengId": "634",
"remark": "办理备注信息",
"biangengContentList": [
{
"biangengContentId": 1019,
"assess": {
"assessPrice": 20,
"assessDetail": "dd",
"workTime": "1",
"isWaibao": "1",
"waibaoPrice": "11",
"remark": "1111",
"bomDetail":[{"firstLevel":"资源费","secondLevel":"云服务费","explain":"描述字段","specsList":[{"specs":"规格字段","count":11,"unit":"单位字段","price":10,"other":[{"title":"市场参考报价","type":"number","value":"d"}]},{"specs":"规格字段22","count":11,"unit":"单位字段","price":10,"other":[{"title":"市场参考报价","type":"number","value":"d"}]}]},{"firstLevel":"资源费","secondLevel":"其他资源","explain":"描述字段","specsList":[{"specs":"规格字段","count":1.1,"unit":"单位字段","price":10,"other":[{"title":"更多成本","type":"number","value":"d"},{"title":"10102012","value":"d"}]},{"specs":"规格字段22","count":11,"unit":"单位字段","price":10,"other":[{"title":"市场参考报价","type":"number","value":"d"}]}]}]
},
"excute": {
"costFee": 0,
"attachment": [],
"excuteRemark":""
}
}
]
}'
{}