[
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"productionLineCode": "string",
"name": "string",
"inlet": "string",
"inletName": "string",
"outlet": "string",
"outletName": "string",
"hrtCode": "string",
"hrt": 0,
"modelName": "string",
"dosageGroup": "string",
"dosageCategory": "string"
}
]
curl --location --request POST 'https://online-products.dhichina.cn/gateway/wwtp-paas-service/api/Base/UpdateBaseProductLine' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"productionLineCode": "string",
"name": "string",
"inlet": "string",
"inletName": "string",
"outlet": "string",
"outletName": "string",
"hrtCode": "string",
"hrt": 0,
"modelName": "string",
"dosageGroup": "string",
"dosageCategory": "string"
}
]'
{}