Contact extensions

KeywordOccursTypeFormatDescription
eligibilityId0 - 1integerint32

The ID number for the policy reason field, if applicable. If unknown, use the same ID as the registrant ID.

eligibilityIdType0 - 1enumAuEligibilityIdTypeConstants

Corresponds to the eligibility ID that you entered.

eligibilityName0 - 1string

This field is usually optional. This depends on the chosen eligibility reason (Policy Reason). If unsure what to enter, use the same data as for the registrant.

eligibilityType0 - 1enumAuEligibilityTypeConstants

Eligible organisation type of the registrant.

registrantIdType0 - 1enumAuRegistrantIdTypeConstantsConcerns the registrant ID that you entered in the field registrant id. Possible Values: ACN / ABN / OTHERS
registrantId0 - 1intint32Australian Business Number or Registered Business Number
policyReason0 - 1enumAuPolicyReasonConstants

Reason for the eligibility.

XML example

XML
<extension>
	<au:contact xmlns:au="urn:org:domainrobot:ns:contact:au-1.0">
		<au:eligibilityId>acn</au:eligibilityId>
        <au:eligibilityIdType>NSW BN</au:eligibilityIdType>
        <au:eligibilityName>Charity</au:eligibilityName>
        <au:eligibilityType>Company</au:eligibilityType>
        <au:registrantIdType>ABN</au:registrantIdType>
        <au:policyReason>1</au:policyReason>
	</au:contact>
</extension>