Shipping Integrator V5 - Online Help
Shipping Integrator V5
Questions / Feedback?

RecipientAddress Property

Identifies the recipient's address to which the shipment is destined.

Syntax

[VB.NET]
Public Property RecipientAddress As AddressDetail

[C#]
public AddressDetail RecipientAddress {get; set;}

Remarks

If you choose to track by IdentifierType other than Tracking Number, when calling TrackShipment method, you must either provide the ShipperAccountNumber for the packages to be tracked, or the ZipCode (if the CountryCode supports postal codes) and CountryCode to further identify the packages you want to track. Otherwise the CountryCode and ZipCode are optional, but recommended to be provided in the track request to narrow the search.

The RecipientAddress is returned when the TrackShipment or RequestEmailNotification methods are called.

This is set to an instance of the AddressDetail type, which will contain recipient's address info. See the AddressDetail type for more information.

Upon successful request, this is always returned when the TrackShipment and RequestEmailNotification methods are called.

Default Value

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 5.0.6240.0