v1

latestSwagger 2.0Private2026-08-04128286690.5 KB
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

contact_emailstring

The confirmed email address that is associated with the account owner.

contact_phonestring

The account owner's contact phone number (up to 25 characters in length).

country_codestring

The two-letter <a href='https://en.wikipedia.org/wiki/ISO_3166-1' target='_blank'>ISO 3166-1 code</a> representing the organization's country.

encoded_account_idstring

The read only encoded account ID that uniquely identifies the account.

first_namestring

The account owner's first name.

last_namestring

The account owner's last name.

organization_namestring

The name of the organization that is associated with this account.

organization_phonestring

The phone number of the organization that is associated with this account.

state_codestring

The two letter <a href='https://en.wikipedia.org/wiki/ISO_3166-1' target='_blank'>ISO 3166-1 code</a> used to specify the state to associate with the account. This property is required if the <code>country_code</code> is US (United States).

time_zone_idstring

The time zone to use for the account; as defined in the IANA time-zone database (see http://www.iana.org/time-zones).

websitestring

The organization's website URL.

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

contact_emailstring

The confirmed email address that is associated with the account owner.

contact_phonestring

The account owner's contact phone number (up to 25 characters in length).

country_codestring

The two-letter <a href='https://en.wikipedia.org/wiki/ISO_3166-1' target='_blank'>ISO 3166-1 code</a> representing the organization's country.

encoded_account_idstring

The read only encoded account ID that uniquely identifies the account.

first_namestring

The account owner's first name.

last_namestring

The account owner's last name.

organization_namestring

The name of the organization that is associated with this account.

organization_phonestring

The phone number of the organization that is associated with this account.

state_codestring

The two letter <a href='https://en.wikipedia.org/wiki/ISO_3166-1' target='_blank'>ISO 3166-1 code</a> used to specify the state to associate with the account. This property is required if the <code>country_code</code> is US (United States).

time_zone_idstring

The time zone to use for the account; as defined in the IANA time-zone database (see http://www.iana.org/time-zones).

websitestring

The organization's website URL.

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