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

IdentifierType Property

The identifier type to be used to track a package.

Syntax

public int getIdentifierType();
public void setIdentifierType(int identifierType);

Enumerated values: public final static int itTrackingNumber = 0; public final static int itDNC = 1; public final static int itReference = 2;

Remarks

This defines what type of identifier will be used in TrackShipment to get the tracking details. Possible values are:

0 (itTrackingNumber - default) The 12, 13, or 16 character tracking number or Parcel Identification Number (PIN).
1 (itDNC) The 15 character Delivery Notice Card (DNC) number.
2 (itReference) The customer reference number used when the shipment was created.

Default Value

0

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