Skip to content

ModifyContact

(Related EPP Command » Contact:Update)

This command allows you, to change the content of a contact handle. The change will not be propagated to all registries, it may be necessary to send a ModifyDomain command with a different handle to these registries.

Possible Gateways

The following parameters are standard parameters for this command.

Command
[COMMAND]
COMMAND = ModifyContact
CONTACT = (CONTACT)
AUTODELETE = (0|1)
Response
code = <INT>
description = <TEXT>
property[VALIDATED][0] = 0|1
property[VERIFIED][0] = 0|1
property[VERIFICATION_REQUESTED][0] = 0|1

The following parameters are optional for this command.

Command
[COMMAND]
COMMAND = ModifyContact
VALIDATION = (0|1)
CHECKONLY = (0|1)
ADDSTATUS0..4 = (TEXT)
DELSTATUS0..4 = (TEXT)
PREVERIFY = (0|1)
TITLE = (TEXT)
FIRSTNAME = (TEXT)
MIDDLENAME = (TEXT)
LASTNAME = (TEXT)
ORGANIZATION = (TEXT)
STREET0..2 = (TEXT)
ZIP = (TEXT)
CITY = (TEXT)
STATE = (TEXT)
COUNTRY = (TEXT)
PHONE = (TEXT)
FAX = (TEXT)
EMAIL = (TEXT)
AUTH = (TEXT)
STATUS0..4 = (TEXT)
X-VERIFICATION-DATA0..n = email|phone|name|address
X-VERIFICATION-TRUSTFAMEWORK0..n = (TEXT)
X-VERIFICATION-TIMESTAMP0..n = YYYY-MM-DDTHH:MM:SS+HH:MM
X-VERIFICATION-METHOD0..n = (TEXT)
X-VERIFICATION-REFERENCE0..n = (TEXT)
X-VERIFICATION-EVIDENCE0..n = (TEXT)
X-VERIFICATION-RESULT0..n = Success|failed
Response
[RESPONSE]
code = (INTEGER)
description = (TEXT)
property[VALIDATED][0] = (0|1)
property[VERIFIED][0] = (0|1)
property[VERIFICATION_REQUESTED][0] = (0|1)
property[x-verification-data][0] = email|phone|name|address
property[x-verification-trustframework][0]= (TEXT)
property[x-verification-timestamp][0] = (DATETIME)
property[x-verification-method][0] = (TEXT)
property[x-verification-reference][0] = (TEXT)
property[x-verification-evidence][0] = (TEXT)
property[x-verification-result][0] = Success|failed
AttributeRequired Value
VALIDATIONNo/Yes (optional)
CHECKONLYNo/Yes (optional)
ADDSTATUS0Optional
ADDSTATUS1Optional
ADDSTATUS2Optional
ADDSTATUS3Optional
ADDSTATUS4Optional
DELSTATUS0Optional
DELSTATUS1Optional
DELSTATUS2Optional
DELSTATUS3Optional
DELSTATUS4Optional
PREVERIFYNo/Yes (optional)
CONTACTID of the contact to be modified
TITLENew title for this contact (optional)
FIRSTNAMENew first name for this contact (optional)
MIDDLENAMENew middle (second) name for this contact (optional)
LASTNAMENew last name for this contact (optional)
ORGANIZATIONNew organization for this contact (optional)
STREETNew street for this contact (optional)
STREET0New street for this contact (optional)
STREET1New street for this contact (optional)
STREET2New street for this contact (optional)
ZIPNew zip code for this contact (optional)
CITYNew city for this contact (optional)
STATENew state for this contact (optional)
COUNTRYNew country code for this contact (optional)
PHONENew phone number for this contact (optional)
FAXNew FAX number for this contact (optional)
EMAILNew email - address for this contact (optional)
AUTHNew authorization code for this contact (optional)
STATUS0Optional
STATUS1Optional
STATUS2Optional
STATUS3Optional
STATUS4Optional
AUTODELETEAutodelete 0 sets the contact to clientDeleteProhibited, so that it will not get deleted automatically if it is not linked with an object.