Click or drag to resize

CloseoutRequestV3AdditionalOptions Property

[This is preliminary documentation and is subject to change.]

A list of optional key value pairs for future or custom properties.

Namespace:  Purolator.Webservice.Objects
Assembly:  OLS.Webservice.Objects (in OLS.Webservice.Objects.dll) Version: 9.3.0.21647 (9.3.0.21647)
Syntax
public List<KeyValueStrings> AdditionalOptions { get; set; }

Property Value

Type: ListKeyValueStrings
Remarks
The following options are entered in the AdditionalOptions fields.
Key = ContainerType, Value = Container TypeEnter the type of container.
Key = ContainerNumber, Value = Container NumberEnter the container number for the over-pack container.
Key = OriginLocation, Value = Origin LocationEnter the airport code or other pre defined location. OriginLocations must be pre defined before client usage.
Key = InductionLocation, Value = Induction LocationEnter the airport code or other pre defined location. InductionLocations must be pre defined before client usage.
Key = IncludeUnprinted, Value = true or falseAllows packages without printed labels to be included in the closeout.
Key = IncludeInvalid, Value = true or falseAllows invalid packages and packages without printed labels to be included in the closeout.
Examples
Additional options are entered using one or more Key Value pairs. For example, to add 99 for MyValue
<AdditionalOptions>
    <KeyValueStrings>
        <Key>MyValue</Key>
        <Value>99</Value>
    </KeyValueStrings>
</AdditionalOptions>
See Also