Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.4 KB

Waybill.md

File metadata and controls

22 lines (18 loc) · 1.4 KB

ShipmondoApi.Dotnet.Model.Waybill

Properties

Name Type Description Notes
Id int ID of the waybill. Used when referencing a specific waybill. [optional]
Reference string Carrier's reference of the waybill. [optional]
Status string Current status of the waybill. If open, more shipments can be added to the waybill. [optional]
CarrierCode string Carrier code, identifying which carrier the waybill is created for. [optional]
CustomerNumber string The customer number that is attached to the waybill. [optional]
CreatedAt DateTime When the waybill was created. [optional]
Sender WaybillSender [optional]
Receiver WaybillReceiver [optional]
Loading WaybillLoading [optional]
Delivery WaybillDelivery [optional]
Shipment WaybillShipment [optional]
InvoiceBase64 string Base64-encoded string of invoice as PDF [optional]
Base64 string Base64-encoded string of waybill as PDF [optional]

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