{
"warehouse":10,
"note":"测试",
"expected_arrival_time":"2024-09-25",
"cost_allocation_type":1,
"logistics_cost":1000,
"first_logistics":"喜运达",
"mark":"XYD",
"box_info":[
{
"code":1,
"box_long":10,
"box_width":10,
"box_height":44,
"box_weight":2000,
"shipping_mark":"1-1",
"goods_info":[
{
"stock_id":117890,
"goods_num":100
}
]
},
{
"code":2,
"box_long":10,
"box_width":10,
"box_height":44,
"box_weight":2000,
"shipping_mark":"2-2",
"goods_info":[
{
"goods_sku":910004862008,
"goods_num":100
}
]
}
]
}curl --location '/managein/save' \
--header 'token: {{token}}' \
--header 'Content-Type: application/json' \
--data '{
"warehouse":10,
"note":"测试",
"expected_arrival_time":"2024-09-25",
"cost_allocation_type":1,
"logistics_cost":1000,
"first_logistics":"喜运达",
"mark":"XYD",
"box_info":[
{
"code":1,
"box_long":10,
"box_width":10,
"box_height":44,
"box_weight":2000,
"shipping_mark":"1-1",
"goods_info":[
{
"stock_id":117890,
"goods_num":100
}
]
},
{
"code":2,
"box_long":10,
"box_width":10,
"box_height":44,
"box_weight":2000,
"shipping_mark":"2-2",
"goods_info":[
{
"goods_sku":910004862008,
"goods_num":100
}
]
}
]
}'{
"status": 1,
"message": "success",
"data": {
"managein_id": "6558",
"sn": "PH-2311101607"
}
}