{{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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"data":{"handle":"AV-982654609"},"message":"Greeting OK. Login OK. Create contact 'AV-982654609' created. Logout OK.","success":true,"error":null}