2.3 Confirm Shipment

After creating a new shipment, the status in the system is still declared as Pending. The user needs to confirm the shipment record in order to notify the courier agent(s) to start "action", and this section will show you the data structure and example for the confirm shipment.

Parameters

No. Parameter Data Type Length Mandatory Description
1 ShipmentsCredentials ShipmentsCredentials Yes Refer to section 1.2
2 ActionType Enum Yes Refer to section 1.3
3 HawbNo String Yes Hawb No. of shipment
4 ShipmentDate DateTime Yes Shipment Date.
5 Submitted_Date DateTime Yes Submitted Date

Example:

1 2 3
shipments.HawbNo = "344010500000151";
shipments.ShipmentDate = DateTime.Now;
shipments.Submitted_Date = DateTime.Now;
Copyright © 2018 Unixus Solutions Sdn. Bhd. All rights reserved.