Contact extensions

KeywordOccursTypeFormatDescription
adminType0 - 1boolean

State if you are the administrative contact that is acting as an independent agent/recruiter for the domain registrant.

  • Yes = 1
  • No = 0

Default = 0

contactTitle0 - 1string
Contains the title of the contact in the organisation.
hrMember0 - 1boolean

State if the contact is member of an human resources organisation.

  • Yes = 1
  • No = 0

Default = 0

website0 - 1string
Contains the website of the contact.
jobsIndustryClass0 - 1intJobsIndustryClassConstants

Contains the industry of the contact. Enter the corresponding industry.

XML example

XML
<extension>
	<jobs:contact xmlns:jobs="urn:org:domainrobot:ns:contact:jobs-1.0">
		<jobs:adminType>false</jobs:adminType>
        <jobs:contactTitle>JOBS_CONTACT_TITLE</jobs:contactTitle>
        <jobs:hrMember>false</jobs:hrMember>
        <jobs:website>JOBS_WEBSITE</jobs:website>
 		<jobs:jobsIndustryClass>25</jobs:jobsIndustryClass>
	</jobs:contact>
</extension>