{
"wbs": "string",
"materialCodes": [
"string"
]
}
curl --location --request POST '/order/getCostControl' \
--header 'Content-Type: application/json' \
--data-raw '{
"wbs": "string",
"materialCodes": [
"string"
]
}'
{
"code": 0,
"success": false,
"data": {
"needControl": false,
"controlAmount": 0.0,
"controlItemList": [
{
"materialCode": "",
"priceType": "",
"priceTypeText": "",
"priceBase": 0.0,
"priceUnit": "",
"price": 0.0,
"unitRateList": [
{
"basicUnitAmount": 0.0,
"basicUnit": "",
"basicUnitDesc": "",
"targetAmount": 0.0,
"targetUnit": "",
"targetDesc": ""
}
]
}
]
},
"msg": ""
}