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