Difference between revisions of "API/Data Curation API/JOIN THOROUGHFARE NUMBER PREFIX"

From CDQ
API/Data Curation API/JOIN THOROUGHFARE NUMBER PREFIX
Jump to navigation Jump to search
(Created page with "{{API feature flag | name = Join thoroughfare number as prefix | technical key = JOIN_THOROUGHFARE_NUMBER_PREFIX | description = * thoroughfare number in address curation r...")
 
 
Line 2: Line 2:
 
  | name = Join thoroughfare number as prefix
 
  | name = Join thoroughfare number as prefix
 
  | technical key = JOIN_THOROUGHFARE_NUMBER_PREFIX
 
  | technical key = JOIN_THOROUGHFARE_NUMBER_PREFIX
 +
| example =
 +
<pre>
 +
"thoroughfares": [
 +
{
 +
"type": {
 +
"name": "Street",
 +
"url": "https://meta.cdq.com/Address/thoroughfare/type/street",
 +
"technicalKey": "STREET"
 +
},
 +
"shortName": "Lukasstr.",
 +
"number": "4",
 +
"value": "4, Lukasstrasse",
 +
"name": "Lukas"
 +
}
 +
],
 +
 +
</pre>
 
  | description = * thoroughfare number in address curation result is added to thoroughfare value as a prefix
 
  | description = * thoroughfare number in address curation result is added to thoroughfare value as a prefix
 
  | api = API/Data Curation API
 
  | api = API/Data Curation API
 
}}
 
}}

Latest revision as of 12:59, 28 November 2022


Name Name of a concept, e.g. a data model concept. In contrast to terms, the name does not depend on a given context, e.g. a country-specific language. Join thoroughfare number as prefix
Description Informal and comprehensive human-readable definition of a concept.
  • thoroughfare number in address curation result is added to thoroughfare value as a prefix
Technical key Defines a unique key by which e.g. data model concepts can be referenced in a technical integration context. These keys are unique in the CDL context. JOIN_THOROUGHFARE_NUMBER_PREFIX
Example A simple example supporting the understanding of a concept, business rule, etc.
"thoroughfares": [
	{
		"type": {
			"name": "Street",
			"url": "https://meta.cdq.com/Address/thoroughfare/type/street",
			"technicalKey": "STREET"
		},
		"shortName": "Lukasstr.",
		"number": "4",
		"value": "4, Lukasstrasse",
		"name": "Lukas"
	}
],

API  API/Data Curation API
Profile The profile in which a feature is activated by default n/a