Click or drag to resize

ContainerInfoAdditionalOptions 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 = 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 = PARSNumber, Value = PARS NumberIf the ContainerType is "PARS", the container is for PARS clearance and requires a PARS number.
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