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

MatchChangeType Property

Changes made to the Address (during validation process) compared to this address candidate.

Syntax

 fedexaddress.getMatchChangeType(index, [callback])

Default Value

""


Callback

The 'callback' parameter specifies a function which will be called when the operation completes (or an error is encountered). If the 'callback' parameter is not specified, then the method will block and will not return until the operation completes (or an error is encountered).

The callback for the getMatchChangeType([callback]) method is defined as:

function(err, data){ }

'err' is the error that occurred. If there was no error, then 'err' is 'null'.

'data' is the value returned by the method.

The callback for the setMatchChangeType([callback]) method is defined as:

function(err){ }

'err' is the error that occurred. If there was no error, then 'err' is 'null'.

'err' has 2 properties which hold detailed information:

err.code
err.message

Remarks

Changes made to the Address (during validation process) compared to this address candidate. This is a comma-separated string collection. Possible returned values are

  • APARTMENT_NUMBER_NOT_FOUND
  • APARTMENT_NUMBER_REQUIRED
  • NORMALIZED
  • REMOVED_DATA
  • BOX_NUMBER_REQUIRED
  • NO_CHANGES
  • MODIFIED_TO_ACHIEVE_MATCH
  • STREET_RANGE_MATCH
  • BOX_NUMBER_MATCH
  • RR_OR_HC_MATCH
  • CITY_MATCH
  • POSTAL_CODE_MATCH
  • RR_OR_HC_BOX_NUMBER_NEEDED
  • FORMATTED_FOR_COUNTRY
  • APO_OR_FPO_MATCH
  • GENERAL_DELIVERY_MATCH
  • FIELD_TRUNCATED
  • UNABLE_TO_APPEND_NON_ADDRESS_DATA
  • INSUFFICIENT_DATA
  • HOUSE_OR_BOX_NUMBER_NOT_FOUND
  • POSTAL_CODE_NOT_FOUND
  • INVALID_COUNTRY
  • SERVICE_UNAVAILABLE_FOR_ADDRESS

This is only valid for FedEx.

This may be returned in the server response when the ValidateAddress method is called and if the connection to the server is successful (no errors returned).

The size of the array is controlled by the MatchCount property.

This property is read-only and not available at design time.

Data Type

String

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