Account Services
PUT (update) Account Details
Use this method to update account details for a Constant Contact account, such as the email address or phone number. This PUT method provides a partial update where only valid properties that you include in the request body are updated and excluded properties are not overwritten. For more details, see Put (update) Account Summary Details.
put/account/summary
Request body
Example request
{
"contact_email": "InstaPrinz@gmail.com",
"contact_phone": "5081111212",
"country_code": "US",
"encoded_account_id": "p07e1l8cdif9dl",
"first_name": "Lola",
"last_name": "Zang",
"organization_name": "InstaPrinz",
"organization_phone": "333-333-3335",
"state_code": "MA",
"time_zone_id": "US/Eastern",
"website": "http://InstaPriz4me.com"
}Response
Request successful
Example response
{
"contact_email": "InstaPrinz@gmail.com",
"contact_phone": "5081111212",
"country_code": "US",
"encoded_account_id": "p07e1l8cdif9dl",
"first_name": "Lola",
"last_name": "Zang",
"organization_name": "InstaPrinz",
"organization_phone": "333-333-3335",
"state_code": "MA",
"time_zone_id": "US/Eastern",
"website": "http://InstaPriz4me.com"
}