This call will use a third party post code search provider such as PostcodeAnywhere to retrieve the address stored for a particular building ID.
The SalesChannelID and BrandID on the login of the request are used to identify account and license details on our system for the particular login. This request will not return results if we do not have valid account details for you for the postcode search provider you are using.
The structure of the XML will be:
The structure of the XML will be:
<GetAddressRequest>
<LoginDetails>
<Login>TestLogin</Login>
<Password>TestPassword</Password>
</LoginDetails>
<BuildingID>4</BuildingID>
</GetAddressRequest>
<GetAddressResponse>
<ReturnStatus>
<Success>true</Success>
<Exceptions />
</ReturnStatus>
<Address>
<CustomerTitle>Miss</CustomerTitle>
<CustomerFirstName>Daphne</CustomerFirstName>
<CustomerLastName>Brown</CustomerLastName>
<CustomerID>3</CustomerID>
<Address1>94 Brewer Street</Address1>
<TownCity>Manchester</TownCity>
<County />
<Postcode>M8 1PR</Postcode>
<BookingCountryID>3</BookingCountryID>
<CountryISOCode>GBR</CountryISOCode>
<Address1>94 Brewer Street</Address1>
<TownCity>Manchester</TownCity>
<County />
<Postcode>M8 1PR</Postcode>
<BookingCountryID>3</BookingCountryID>
<CountryISOCode>GBR</CountryISOCode>
<LanguageID>1</LanguageID>
</Address>
</GetAddressResponse>