curl --location --request POST 'https://api.yonyouup.com/api/saleorder/add?from_account&to_account&app_key&token&tradeid&biz_id' \
--header 'Content-Type: application/json' \
--data-raw '{
"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"
}
]
}
}'{
"errcode": "string",
"errmsg": "string",
"id": "string",
"tradeid": "string"
}