5.4.1 Search Shipments (C#)

Search Shipment

Sample source code to search shipment
SearchShipmentsParameter par= new SearchShipmentsParameter(); par.HawbNo = new string[1]; par.HawbNo[0] = "344010500000151"; ShipmentsClient client = new ShipmentsClient(); ShipmentsResponse response = client.ProcessShipments(par);

Copyright © 2019 Unixus Solutions Sdn. Bhd. All rights reserved.