curl --location 'https://api.yonyouup.com/api/saleorder/add?from_account=undefined&to_account=undefined&app_key=undefined&token=undefined&tradeid=undefined&biz_id=undefined' \
--header 'Content-Type: application/json' \
--data '{
"saleorder":{
"custcode":"0901",
"deptcode":"0302",
"entry":[
{
"inventorycode":"1008",
"quantity":"15",
"quotedprice":"200",
"money":"3000",
"irowno":"1",
"dpredate":"2015-10-23"
},
{
"inventorycode":"0301",
"quantity":"20",
"quotedprice":"30",
"money":"600",
"irowno":"2",
"dpredate":"2015-10-23"
}
]
}
}'