AddLTLPalletRequestLTLShipmentNumber Property |
[This is preliminary documentation and is subject to change.]
Unique LTL shipment number.
Namespace:
Purolator.Webservice.Objects
Assembly:
OLS.Webservice.Objects (in OLS.Webservice.Objects.dll) Version: 9.3.0.21647 (9.3.0.21647)
Syntaxpublic string LTLShipmentNumber { get; set; }
Public Property LTLShipmentNumber As String
Get
Set
public:
property String^ LTLShipmentNumber {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
Remarks
The LTL shipment number must be for an existing LTL Shipment. If both a ProNumber and an LTLShipment number are sent in the request, the LTLShipment Number will be ignored.
See Also