5.4.1 搜索货件 (C#)
搜索货件
搜索货件的示例源代码
SearchShipmentsParameter par= new SearchShipmentsParameter();
par.HawbNo = new string[1];
par.HawbNo[0] = "344010500000151";
ShipmentsClient client = new ShipmentsClient();
ShipmentsResponse response = client.ProcessShipments(par);