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