Get Aliases of an Address

Returns all alias addresses of a restricted party list address.

In some restricted party lists, there are multiple names or addresses provided for the same person or company. To allow the user to see all relevant info for one found match, it is important to also present all alias entries.

If the Match handling and Good Guy definition is done in Trade Compliance Management and not supported in your host system, this API call is not relevant.

TechnologyLink to documentation
RESTaliasAddresses
SOAPRexBF (WSDL)
getAliasAddresses (JavaDoc)
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:de.aeb.xnsg.rex.bf">
  <soapenv:Header/>
  <soapenv:Body>
    <urn:getAliasAddresses>
      <sourceAddress>
        <aliasGroupNo>?</aliasGroupNo>
        <internalAddressId>?</internalAddressId>
        <listGroupName>?</listGroupName>
      </sourceAddress>
    </urn:getAliasAddresses>
  </soapenv:Body>
</soapenv:Envelope>