AddContact
(Related EPP Command » Contact:Create)The AddContact command allows you to add a further contact. The system automatically substitutes existing handles. If you wish to create a new handle, please use the parameter "NEW = 1".
Possible Gateways
The command AddContact is available via the following gateways:
Required Parameters
The following parameters are standard parameters for this command.
Command
command = AddContact
firstname = (TEXT)
lastname = (TEXT)
street0 = (TEXT)
city = (TEXT)
zip = (TEXT)
country = (COUNTRY)
phone = (PHONE)
email = (EMAIL)
Response
code = (CODE)
description = (DESCRIPTION)
Optional
The following parameters are optional for this command.
Command
command = AddContact
VALIDATION = (0|1)
CHECKONLY = (0|1)
PREVERIFY = (0|1)
NEW = (0|1)
AUTODELETE = (0|1)
Response
code = 200
...
property[validated][0] = 1
property[verified][0] = 0
property[verification requested][0] = 1
Attributes
VALIDATION | explicit validation if all required fields are set: (FIRSTNAME LASTNAME or ORGANIZATION) STREET0 CITY ZIP COUNTRY PHONE EMAIL |
CHECKONLY | does NOT INSERT a new contact |
PREVERIFY | generates the email with triggercode if the email has not been already verified or if there is an unverified job pending. |
NEW | Create a new contact handle even if the same handle already exists. |
AUTODELETE | Autodelete 0 sets the contact to clientDeleteProhibited, so that it will not get deleted automatically if it is not linked with an object. |