{{baseUrl}}/contact/:handle
PUT {{baseUrl}}/contact/:handle
This method allows you to update contact information like name, email, privacy or voice. If the contact is a registrant and 'nationalitycode', 'entitytype', 'regcode' are already filled in, it is no longer possible to change them
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status OK
{
"data": [],
"message": "Greeting OK. Login OK. Contact 'AV-982654609' is now up to date. Logout OK.",
"success": true,
"error": null
} |
ENDPOINTS