Contact extensions

KeywordOccursTypeFormatDescription
documentType0 - 1enumHkDocumentTypeConstants

Document type für persons and organizations.

others0 - 1string

Additional description field for OTHIDV and OTHORG

documentNumber0 - 1string

Document number (for example: identification card number)

documentOrigin0 - 1string
Country of the issuing authority.
above180 - 1boolean

For "Person" only. Is the person 18 years of age or older?

Values:

  • Yes = the person is 18 years of age or older
  • No = the person is younger than 18

Default = No

industry_type

0 - 1

enum

HkIndustryTypeConstants

Branch of industry

XML example

XML
<extension>
	<hk:contact xmlns:hk="urn:org:domainrobot:ns:contact:hk-1.0">
		<hk:documentType>OTHID</hk:documentType>
		<hk:others>STUDENTCARD</hk:others>
		<hk:documentNumber>123BR456</hk:documentNumber>
		<hk:documentOrigin>DE</hk:documentOrigin>
		<hk:above18>false</hk:above18>
	</hk:contact>
</extension>