Difference between revisions of "API/Data Curation API/PREFER THOROUGHFARE SHORTNAME"

From CDQ
API/Data Curation API/PREFER THOROUGHFARE SHORTNAME
Jump to navigation Jump to search
(Created page with "{{API feature flag | name = Prefer thoroughfare short name | technical key = PREFER_THOROUGHFARE_SHORTNAME | description = * thoroughfare value in address curation result i...")
 
 
Line 2: Line 2:
 
  | name = Prefer thoroughfare short name
 
  | name = Prefer thoroughfare short name
 
  | technical key = PREFER_THOROUGHFARE_SHORTNAME
 
  | technical key = PREFER_THOROUGHFARE_SHORTNAME
 +
| example =
 +
<pre>
 +
"thoroughfares": [
 +
{
 +
"type": {
 +
"name": "Street",
 +
"url": "https://meta.cdq.com/Address/thoroughfare/type/street",
 +
"technicalKey": "STREET"
 +
},
 +
"shortName": "Lukasstr.",
 +
"number": "4",
 +
"value": "Lukasstr.",
 +
"name": "Lukas"
 +
}
 +
],
 +
</pre>
 +
 
  | description = * thoroughfare value in address curation result is replaced by thoroughfare short name
 
  | description = * thoroughfare value in address curation result is replaced by thoroughfare short name
 
  | api = API/Data Curation API
 
  | api = API/Data Curation API
 
}}
 
}}

Latest revision as of 12:25, 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. Prefer thoroughfare short name
Description Informal and comprehensive human-readable definition of a concept.
  • thoroughfare value in address curation result is replaced by thoroughfare short name
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. PREFER_THOROUGHFARE_SHORTNAME
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": "Lukasstr.",
					"name": "Lukas"
				}
			],
API  API/Data Curation API
Profile The profile in which a feature is activated by default n/a