获取最新仓库发货批次
地址:http://test.birdsystem.com/client/warehouse-dispatch-freight/get-closest-freight
GET 参数
final_freight_method | 发货方式 | * | 'EXPRESS','AIR','SEA','AIR_MAIL','EXPRESS_LINE','OTHER' |
delivery_time | 发货时间 | * | TIMESTAMP |
warehouse_id_origination | 起始仓ID | * | INT(10) |
warehouse_id_destination | 目的仓ID | * | INT(10) |
is_use_whole_freight | 是否包柜 | * | 1,0 |
type | 发货类型 | * | 'NORMAL','TRANSFER' |
返回
id | 系统ID | INT(10) |
warehouse_id_origination | 起始仓ID | INT(10) |
warehouse_id_destination | 目的仓ID | INT(10) |
reference | 跟踪号 | |
warehouse_name_origination | 起始仓名称 | |
warehouse_name_destination | 目的仓名称 | |
status | 状态 | 'PREPARING' |
{ "success": true, "data": { "warehouse_id": null, "warehouse_id_list": null, "origination_warehouse_id": null, "destination_warehouse_id": null, "specific_client_id": null, "id": 3304, "create_company_user_id": 1454, "airport_id": null, "method": "SEA", "reference": "GBS-20190123001", "shipping_container_sequence_reference": null, "weight": "0.00", "weight_check": "0.00", "fee": "0.00", "fee_check": "0.00", "transmit_warehouse": null, "latest_order_time": "2022-01-19 14:59:24", "latest_receive_time": "2022-02-21 14:59:26", "dispatch_time": "2022-06-24 00:00:00", "estimate_arrive_time": "2022-07-01 00:00:00", "create_time": "2019-01-17 14:57:59", "note": "确保 截止下单时间大于今天", "note_internal": null, "dispatch_mode": null, "status": "PREPARING", "primary_keys": [ "id" ], "warehouse_id_origination": 104, "warehouse_id_destination": 1, "warehouse_name_origination": "CN东莞站", "warehouse_name_destination": "UK1.01" }, "moduleName": "client" }