5.3.1 删除货件 (C#)

删除货件

删除货件的示例源代码
DeleteShipmentsParameter par= new DeleteShipmentsParameter(); 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.