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

Request Body

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

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;data&quot;:[],&quot;message&quot;:&quot;Greeting OK. Login OK. Contact &#39;AV-982654609&#39; is now up to date. Logout OK.&quot;,&quot;success&quot;:true,&quot;error&quot;:null}