Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.03 KB

CreateShipmentAdvanced.md

File metadata and controls

19 lines (15 loc) · 1.03 KB

ShipmondoApi.Dotnet.Model.CreateShipmentAdvanced

Properties

Name Type Description Notes
TestMode bool For testing purpose. Shipment and labels generated are dummy and cannot be used. To create real shipments, remove this element or set it to be false [optional]
OwnAgreement bool [optional]
ProductCode string DHLE_EW equals DHL Express Express Worldwide [optional]
ServiceCodes string [optional]
Reference string [optional]
OrderId string [optional]
Sender Sender [optional]
Receiver ShipmentReceiver [optional]
PickUp PickUp [optional]
Parcels List<ParcelAdvanced> [optional]

[Back to Model list] [Back to API list] [Back to README]