CampaignScheduleService AddSchedule Method CTCT Wrapper Documented Class Library
Create a new schedule for a campaign.

Namespace: CTCT.Services
Assembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax

public Schedule AddSchedule(
	string accessToken,
	string apiKey,
	string campaignId,
	Schedule schedule
)

Parameters

accessToken
Type: System String
Constant Contact OAuth2 access token.
apiKey
Type: System String
The API key for the application
campaignId
Type: System String
Campaign id to be scheduled.
schedule
Type: CTCT.Components.EmailCampaigns Schedule
Schedule to be created.

Return Value

Returns the schedule added.

Implements

ICampaignScheduleService AddSchedule(String, String, String, Schedule)
See Also