Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.27 KB

ShipmentTemplate.md

File metadata and controls

18 lines (14 loc) · 1.27 KB

ShipmondoApi.Dotnet.Model.ShipmentTemplate

Properties

Name Type Description Notes
Id int ID of the shipment template. Used when referencing a specific template in other requests. [optional]
Name string Given name of the template. [optional]
Default bool Whether or not the template is the default to be used when no other is selected. [optional]
ProductCode string Code for the product that is booked when using the template. [optional]
OwnAgreement bool Whether or not the shipments are booked with the template is using own agreement or Shipmondo agreement. [optional]
ServiceCodes string Comma-separated string of service codes referring to which services that is booked when using the template. [optional]
Sender ShipmentTemplateSender [optional]
Receiver ShipmentTemplateReceiver [optional]
Parcels List<ParcelAdvanced> [optional]

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