|
Get Address
The GetPremiseAddress functions return the full Postal Address of a Premise based on the Unique Delivery Point ID. This function is usually used in conjunction with the SearchPremise_By.... functions. Example: Run a search on postcode using the SearchPremise_ByPostcode function (returns a list of premises) (zero credits). Select the correct premise from list - Use the GetPremiseAddress function to return the full address details (1 credit). The List below describes the functions available:
| Function Name |
Function Description |
| GetPremiseAddress |
This search takes 4 parameter and returns a collection of AddressPremise objects. The 'Unique Delivery Point ID' parameter must be entered. The 'AccountName' parameter must be entered. The 'LicenceID' parameter must be entered. Leave 'MachineID' blank. |
| GetPremiseAddress_Dataset |
This search is the same as GetPremiseAddress but returns the data as a PostcodeUtilities dataset with a populated AddressPremise table. | A formal description of the services can be found in the 'Service Description' section of
The response to a call of the above functions returns a collection of Address Premises either as a dataset or List depending on the method invoked.
|