Digimap CAF API
GetAddressByDeliveryPointID Method (apiKey, deliveryPointID)
NamespacesCAF.API2ServiceGetAddressByDeliveryPointID(String, Int32)
Returns the address that matches the delivery point ID specified
Declaration Syntax
public Address GetAddressByDeliveryPointID(
	string apiKey,
	int deliveryPointID
)
Parameters
apiKey (String)
The API key provided with your CAF licence
deliveryPointID (Int32)
The delivery point ID of the address required
Return Value
An Address object representing the current version of the requested address.
Remarks

Every address in CAF has a delivery point ID. In BS7666 parlance this is known as the UPRN. The delivery point ID of an address does not change from one version to the next.

If your client system does not have any need to submit updates to CAF (i.e. because it can be safely assumed that all addresses you need will already be present and correct in CAF) then it may be sufficient for your system to store only the delivery point ID for each address, and not the CAF ID.

This call is provided to give such systems a means to retrieve the current version of the address.

Assembly: CAF (Module: CAF) Version: 1.0.0.0 (1.0.0.0)