CloseoutWithWeightRequestPackageWeights Property |
[This is preliminary documentation and is subject to change.]
A list of packages to closeout and update weights.
Namespace:
Purolator.Webservice.Objects
Assembly:
OLS.Webservice.Objects (in OLS.Webservice.Objects.dll) Version: 9.3.0.21647 (9.3.0.21647)
Syntaxpublic List<PackageIDWeight> PackageWeights { get; set; }
Public Property PackageWeights As List(Of PackageIDWeight)
Get
Set
public:
property List<PackageIDWeight^>^ PackageWeights {
List<PackageIDWeight^>^ get ();
void set (List<PackageIDWeight^>^ value);
}
Property Value
Type:
ListPackageIDWeight
Remarks
For customers using Purolator for Customs Clearance, the list must be filled.
For customers not using Purolator for customs, this field is optional. If the filed contains package ids, only those packages will be included in the closeout. If the list is empty, all open, valid packages will be included in the closeout.
See Also