curl --location 'https://api.yonyouup.com/api/venpriceadjust/add?from_account=undefined&to_account=undefined&app_key=undefined&token=undefined&tradeid=undefined&biz_id=undefined' \
--header 'Content-Type: application/json' \
--data '{
"venpriceadjust":{
"entry":[
{
"cvencode":"01003",
"cinvcode":"0107001",
"iunitprice":"9.36",
"itaxrate":"17",
"itaxunitprice":"10.95",
"ivouchrowno":"1"
},
{
"cvencode":"01003",
"cinvcode":"01019002076",
"iunitprice":"85.47",
"itaxrate":"17",
"itaxunitprice":"100",
"ivouchrowno":"2"
}
]
}
}'