curl --location 'https://api.yonyouup.com/api/transvouch/add?from_account=undefined&to_account=undefined&app_key=undefined&token=undefined&tradeid=undefined&biz_id=undefined' \
--header 'Content-Type: application/json' \
--data '{
"transvouch":{
"idepcode":"0501",
"odepcode":"0402",
"irdcode":"19",
"ordcode":"2a",
"iwhcode":"30",
"owhcode":"02",
"tvcode":"0000000012",
"entry":[
{
"inventorycode":"010204",
"quantity":"5",
"quotedprice":"200",
"irate":"1",
"money":"3000",
"irowno":"1",
"dpredate":"2015-10-23"
}
]
}
}'