Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.1 KB

CreateWaybillRequest.md

File metadata and controls

17 lines (13 loc) · 1.1 KB

ShipmondoApi.Dotnet.Model.CreateWaybillRequest

Properties

Name Type Description Notes
CarrierCode string
CustomerNumber string Used if you have more than one agreement for the selected carrier. If not given, it defaults to the first agreement found. [optional]
Status string [optional] [default to StatusEnum.Closed]
Sender CreateWaybillRequestSender
Receiver CreateWaybillRequestReceiver
Loading CreateWaybillRequestLoading [optional]
Delivery CreateWaybillRequestDelivery [optional]
Packages List<CreateWaybillRequestPackagesInner> Required if status is set to &quot;closed&quot;

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