curl --location -g --request POST 'https://api.yonyouup.com/api/consignment/add?from_account&to_account&app_key=&token=&tradeid&biz_id' \
--header 'Content-Type: application/json' \
--data-raw '{
"consignment":{
"deptcode":"0303",
"custcode":"0901",
"entry":[
{
"warehouse_code":"03",
"inventory_code":"0301",
"quantity":"112",
"quotedprice":"321",
"price":"274.36",
"taxprice":"321",
"money":"30728.21",
"tax":"5223.79",
"sum":"35952"
},
{
"warehouse_code":"03",
"inventory_code":"999-PCBA",
"quantity":"32",
"quotedprice":"323",
"price":"276.07",
"taxprice":"323",
"money":"8834.19",
"tax":"1501.81",
"sum":"10336"
}
]
}
}'