#import <AccountService.h>
+ (HttpResponse *) getAccountSummaryWithAccessToken: |
|
(NSString*) |
accessToken |
|
Retrieve the summary account-related information listed in the Structure section for the authorized Constant Contact account.
- Parameters
-
NSString | *accessToken - Constant Contact OAuth2 access token |
- Returns
- HttpResponse * - response containing data and errors (if there are some), data contains Account Summary type item
Updates account-related information for the authorized Constant Contact account.
- Parameters
-
NSString | *accessToken - Constant Contact OAuth2 access token |
AccountSummary | *summary - the Account Summary item that is about to be updated |
@ return HttpResponse * - response containing data and errors (if there are some), data contains Account Summary type item
The documentation for this class was generated from the following files:
- /Users/grigorievs/Documents/work/Code/constantcontact/ios-sdk/CTCTWrapper/Services/AccountService.h
- /Users/grigorievs/Documents/work/Code/constantcontact/ios-sdk/CTCTWrapper/Services/AccountService.m