curl --location 'https://api.yonyouup.com/api/purchaseorder/add?from_account=undefined&to_account=undefined&app_key=undefined&token=undefined&tradeid=undefined&biz_id=undefined' \
--header 'Content-Type: application/json' \
--data '{
"purchaseorder":{
"vendorcode":"01003",
"entry":[
{
"inventorycode":"01019002070",
"quantity":"3",
"ivouchrowno":"1"
},
{
"inventorycode":"01019002069",
"quantity":"5",
"ivouchrowno":"2"
}
]
}
}'{
"errcode": "string",
"errmsg": "string",
"id": "string",
"tradeid": "string"
}