curl --location -g --request POST 'https://api.yonyouup.com/api/materialout/add?from_account&to_account&app_key=&token=&tradeid&biz_id' \
--header 'Content-Type: application/json' \
--data-raw '{
"materialout":{
"warehousecode":"02",
"date":"2015-01-15",
"receivecode":"21",
"departmentcode":"0402",
"maker":"张三",
"entry":{
"inventorycode":"01019002065",
"quantity":"11",
"price":"123",
"cost":"1353"
}
}
}'
{
"errcode": "string",
"errmsg": "string",
"id": "string",
"tradeid": "string"
}