Digimap CAF API
GetTermCode Method (apiKey, deliveryPointID, vocabularyCode)
NamespacesCAF.API2ServiceGetTermCode(String, Int32, String)
Gets a term code indicating the classification of a specified address within a particular vocabulary.
Declaration Syntax
public string GetTermCode(
	string apiKey,
	int deliveryPointID,
	string vocabularyCode
)
Parameters
apiKey (String)
The API key provided with your CAF licence
deliveryPointID (Int32)
The delivery point ID of the address
vocabularyCode (String)
A code indicating which vocabulary to query
Return Value
A single term code matching the delivery point and vocabulary code provided if one exists
Remarks

The CAF can hold other attributes for an address apart from its text. Each attribute is known as a vocabulary, and an address can be allocated a single term from the vocabulary.

Please contact Digimap for information about what vocabulary codes and term codes are available.

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