Updates account summary information
Namespace: CTCT.ServicesAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public AccountSummaryInformation PutAccountSummaryInformation( string accessToken, string apiKey, AccountSummaryInformation accountSumaryInfo )
Parameters
- accessToken
- Type: System String
Constant Contact OAuth2 access token
- apiKey
- Type: System String
The API key for the application
- accountSumaryInfo
- Type: CTCT.Components.AccountService AccountSummaryInformation
An AccountSummaryInformation object
Return Value
An AccountSummaryInformation objectImplements
IAccountService PutAccountSummaryInformation(String, String, AccountSummaryInformation)See Also