Update an event
Namespace: CTCT.ServicesAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public IndividualEvent PutEventSpot( string accessToken, string apiKey, string eventId, IndividualEvent eventSpot )
Parameters
- accessToken
- Type: System String
Constant Contact OAuth2 access token
- apiKey
- Type: System String
The API key for the application
- eventId
- Type: System String
Event id to be updated
- eventSpot
- Type: CTCT.Components.EventSpot IndividualEvent
The new values for event
Return Value
The updated eventImplements
IEventSpotService PutEventSpot(String, String, String, IndividualEvent)See Also