diff --git a/doc/epp/contact.md b/doc/epp/contact.md index dbe158efc..b84d62c6a 100644 --- a/doc/epp/contact.md +++ b/doc/epp/contact.md @@ -60,3 +60,44 @@ NB! Extension is not implemented yet! [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 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) + + +### Domain renew + +Renewal semantics do not apply to contact objects, so there is no +mapping defined for the EPP command.