{{baseUrl}}/contact

POST {{baseUrl}}/contact

This method allows you to register a new contact in the system, which you will then need to associate with the new domains to be purchased. If you want to create a 'registrant' contact, 'nationalitycode', 'entitytype' and 'regcode' are mandatory.

Request Body

{"name"=>"<string>", "org"=>"<string>", "street"=>"<string>", "city"=>"<string>", "province"=>"<string>", "postalcode"=>"<string>", "countrycode"=>"<string>", "voice"=>"<string>", "email"=>"<string>", "nationalitycode"=>"<string>", "entitytype"=>"<integer>", "regcode"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;data&quot;:{&quot;handle&quot;:&quot;AV-982654609&quot;},&quot;message&quot;:&quot;Greeting OK. Login OK. Create contact &#39;AV-982654609&#39; created. Logout OK.&quot;,&quot;success&quot;:true,&quot;error&quot;:null}