Return Codes

Table 1. Get Global Candidate Addresses Return Codes

Field Name

Format

Description

ACRCode

String [79]

The Address Correction Result (ACR) code describes what data has been changed in each record. For information on what this code means, see The ACR Code.

Confidence

String [79]

The level of confidence assigned to the address being returned. Range is from zero (0) to 100; zero indicates failure, 100 indicates a very high level of confidence that the match results are correct.

Status

String [79]

Reports the success or failure of the match attempt.

Null
Success
F
Failure

Status.Code

String [79]

Reason for failure, if there is one.

  • RequestFailed
  • ServerError
  • CountryNotFound

Status.Description

String [79]

Description of the problem, if there is one.

Maximum records cannot be set to 0. Minimum value should be 1
This value will appear if Status.Code=RequestFailed.
Address Not Found
This value will appear if Status.Code=RequestFailed.
Module not licensed
This value will appear if Status.Code=ServerError.
Could Not Identify Country
This value will appear if Status.Code=CountryNotFound.