{
"code": "string",
"offerRecords": [
{
"offerRecordCode": "string",
"name": "string",
"offerPrice": 0,
"number": 0,
"shipmentPrice": 0,
"shipmentPriceCode": "string",
"containerType": "string",
"containerClass": "string"
}
],
"contacts": "string",
"phoneNumber": "string",
"attachments": [
"string"
],
"remark": "string"
}
curl --location --request PUT '/transport/bid/receiveBidPlanBidding' \
--header 'App-Version;' \
--header 'App-Code;' \
--header 'Produce-Code;' \
--header 'Terminal-Type;' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "string",
"offerRecords": [
{
"offerRecordCode": "string",
"name": "string",
"offerPrice": 0,
"number": 0,
"shipmentPrice": 0,
"shipmentPriceCode": "string",
"containerType": "string",
"containerClass": "string"
}
],
"contacts": "string",
"phoneNumber": "string",
"attachments": [
"string"
],
"remark": "string"
}'
{
"bidPlanCode": "",
"userCode": ""
}