curl --location --request POST 'https://api.yonyouup.com/api/otherin/add?from_account&to_account&app_key&token&tradeid&biz_id' \
--header 'Content-Type: application/json' \
--data-raw '{
"otherin": {
"code": "0000000124",
"date": "2016-01-26",
"maker": "demo",
"receivecode": "19",
"receivename": "其他类型入库",
"warehousecode": "111",
"warehousename": "yonyou门店"
"entry": [
{
"cmassunitname": "个",
"inventorycode": "0340",
"inventoryname": "三星存储卡",
"inventorystd": "32G 70MB/S",
"quantity": "60.0000000000",
"rowno": "1"
}
]
}
}'