Logo
Openapi.it Public API Documentation

{{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 }



Curl
curl -X PUT 'baseUrl/contact/:handle' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"name":"\u003cstring\u003e","org":"\u003cstring\u003e","street":"\u003cstring\u003e","city":"\u003cstring\u003e","province":"\u003cstring\u003e","postalcode":"\u003cstring\u003e","countrycode":"\u003cstring\u003e","voice":"\u003cstring\u003e","email":"\u003cstring\u003e","consentforpublishing":"\u003cboolean\u003e","nationalitycode":"\u003cstring\u003e","entitytype":"\u003cinteger\u003e","regcode":"\u003cstring\u003e"}'

ENDPOINTS