Click or drag to resize

RequestItemV3AdditionalOptions 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 can be entered in the AdditionalOptions fields if applicable to the item.
Key = ECCN, Value = =the export control numberUsed to record the Export Control Classification Number for this item.
Key = LotNumber, Value = Lot numberUsed to record the lot number for this item.
Key = SerialNumber, Value = Serial NumberUsed to record the serial number for this item.
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