{
"id": 0,
"asn_no": "string",
"asn_batch": "string",
"estimated_arrival_time": "2019-08-24T14:15:22Z",
"asn_status": 0,
"weight": 0,
"volume": 0,
"goods_owner_id": 0,
"goods_owner_name": "string",
"creator": "string",
"create_time": "2019-08-24T14:15:22Z",
"last_update_time": "2019-08-24T14:15:22Z",
"detailList": [
{
"id": 0,
"asnmaster_id": 0,
"asn_status": 0,
"spu_id": 0,
"spu_code": "string",
"spu_name": "string",
"sku_id": 0,
"sku_code": "string",
"sku_name": "string",
"origin": "string",
"length_unit": 0,
"volume_unit": 0,
"weight_unit": 0,
"asn_qty": 0,
"actual_qty": 0,
"weight": 0,
"volume": 0,
"supplier_id": 0,
"supplier_name": "string",
"is_valid": true
}
]
}
curl --location --request POST '/asn/asnmaster' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"asn_no": "string",
"asn_batch": "string",
"estimated_arrival_time": "2019-08-24T14:15:22Z",
"asn_status": 0,
"weight": 0,
"volume": 0,
"goods_owner_id": 0,
"goods_owner_name": "string",
"creator": "string",
"create_time": "2019-08-24T14:15:22Z",
"last_update_time": "2019-08-24T14:15:22Z",
"detailList": [
{
"id": 0,
"asnmaster_id": 0,
"asn_status": 0,
"spu_id": 0,
"spu_code": "string",
"spu_name": "string",
"sku_id": 0,
"sku_code": "string",
"sku_name": "string",
"origin": "string",
"length_unit": 0,
"volume_unit": 0,
"weight_unit": 0,
"asn_qty": 0,
"actual_qty": 0,
"weight": 0,
"volume": 0,
"supplier_id": 0,
"supplier_name": "string",
"is_valid": true
}
]
}'
{
"isSuccess": true,
"code": 0,
"errorMessage": "string",
"data": 0
}