5.3.1 Delete Shipments (C#)

Delete Shipment

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

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