Used to update a contact. Only specified fields are updated, to remove an optional field specify it as empty.
Name | Type | Required / Optional | Description | Restrictions |
---|---|---|---|---|
brand | String | Optional | The brand to link the contact to |
|
organization | String | Optional | The name of the organization |
|
name | String | Optional | The name of the person |
|
addressLine | List <String> | Optional | The address lines |
|
postalCode | String | Optional | Postal code |
|
city | String | Optional | The city |
|
state | String | Optional | The state |
|
country | String | Optional | The ISO 3166-1 alpha2 country code |
|
String | Optional | The email address |
|
|
voice | String | Optional | The voice telephone number. E164a format, eg: +31.384530759 |
|
fax | String | Optional | The fax telephone number. E164a format, eg: +31.384530759 |
|
designatedAgent | Enum | Optional | Indicates for whom you are acting as a designated agent. If a registry does not allow you to be designated agent or interaction with the registrant is still required this parameter is silently ignored. To use this field with any other value then "NONE" the requesting user must have the "DESIGNATED_AGENT" permission. |
Possible values:
|
Besides the generic errors these specific error responses can be expected.
Type | Status | Description |
---|---|---|
ContactUpdateValidationError | 400 Bad Request | Contact update is not allowed by constrains laid down by one or more providers using the contact. |
POST
/v2/customers/customer/contacts/handle/update
Content-Type: application/json
{}