[
{
"asn_id": 0,
"goods_owner_id": 0,
"series_number": "string",
"goods_location_id": 0,
"putaway_qty": 0
}
]
curl --location --request PUT '/asn/putaway' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"asn_id": 0,
"goods_owner_id": 0,
"series_number": "string",
"goods_location_id": 0,
"putaway_qty": 0
}
]'
{
"isSuccess": true,
"code": 0,
"errorMessage": "string",
"data": "string"
}