{
"goods_owner_id": 0,
"goods_owner_name": "string",
"idList": [
0
]
}
curl --location --request PUT '/asn/bulk-modify-goods-owner' \
--header 'Content-Type: application/json' \
--data-raw '{
"goods_owner_id": 0,
"goods_owner_name": "string",
"idList": [
0
]
}'
{
"isSuccess": true,
"code": 0,
"errorMessage": "string",
"data": true
}