{{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.
Body
PARAM
Key | Datatype | Required | Description |
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
} |
ENDPOINTS