UpdateOrderInfoUpdateType Property |
[This is preliminary documentation and is subject to change.]
Type of Update
Namespace:
Purolator.Webservice.Objects
Assembly:
OLS.Webservice.Objects (in OLS.Webservice.Objects.dll) Version: 9.3.0.21647 (9.3.0.21647)
Syntaxpublic string UpdateType { get; set; }
Public Property UpdateType As String
Get
Set
public:
property String^ UpdateType {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
Remarks
The following Update Types are available.
PONumber | Update the Purchase Order Number for the order. |
LTLPackageCount | Set the reported number of packages for an LTL order with no package level details. |
See Also