## Contact related functions Please study official Cantact Mapping protocol: http://tools.ietf.org/html/rfc5733 More info at http://en.wikipedia.org/wiki/Extensible_Provisioning_Protocol Contact Mapping protocol short version: ### Contact create Field name Min-max Field description ----------------------- ------- ----------------- 1 1 Attribute: xmlns:contact="urn:ietf:params:xml:ns:contact-1.0" 1 Postal information container 1 Full name of the contact 0-1 Name of organization 1 Address container 0-n Street name 1 City name 0-1 State or province 0-1 Postal code 1 Country code, 2 letters uppercase 1 Phone number in format \+ddd.d+ 1 E-mail 1 Contact identificator. Attribute: type="bic" Type values: 'bic', # Business registry code 'priv', # National idendtification number 'birthday' # Birthday date [EXAMPLE REQUEST AND RESPONSE](/doc/epp-examples.md#epp-contact-with-valid-user-create-command-successfully-creates-a-contact) ### Contact update Field name Min-max Field description ----------------------- ------- ----------------- 1 1 Attribute: xmlns:contact="urn:ietf:params:xml:ns:contact-1.0" 1 contact id, required 1 Change container 1 Postal information container 0-1 Full name of the contact 0-1 Name of organization 0-1 Address container 0-n Street name 0-1 City name 0-1 State or province 0-1 Postal code 0-1 Country code 0-1 Phone number in format \+ddd.d+ 0-1 E-mail 1 Contact identificator. 0-1 Required if registrar is not the owner of the contact. 1 Contact password. Attribute: roid="String" [EXAMPLE REQUEST AND RESPONSE](/doc/epp-examples.md#epp-contact-with-valid-user-update-command-is-succesful) ### Contact delete Field name Min-max Field description ----------------------- ------- ----------------- 1 1 Attribute: xmlns:contact="urn:ietf:params:xml:ns:contact-1.0" 1 Contact id 0-1 Required if registrar is not the owner of the contact. 1 Contact password. Attribute: roid="String" 0-1 Client transaction id [EXAMPLE REQUEST AND RESPONSE](/doc/epp-examples.md#epp-contact-with-valid-user-delete-command-deletes-contact) ### Contact check Field name Min-max Field description ----------------------- ------- ----------------- 1 1 Attribute: xmlns:contact="urn:ietf:params:xml:ns:contact-1.0" 1-n Contact id 0-1 Client transaction id [EXAMPLE REQUEST AND RESPONSE](/doc/epp-examples.md#epp-contact-with-valid-user-check-command-returns-info-about-contact-availability) ### Contact info Field name Min-max Field description ----------------------- ------- ----------------- 1 1 Attribute: xmlns:contact="urn:ietf:params:xml:ns:contact-1.0" 1-n Contact id 0-1 Client transaction id [EXAMPLE REQUEST AND RESPONSE](/doc/epp-examples.md#epp-contact-with-valid-user-info-command-discloses-items-to-owner)