Delete an individual event fee
Namespace: CTCT.ServicesAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
public bool DeleteEventFee(
string accessToken,
string apiKey,
string eventId,
string feeId
)
public bool DeleteEventFee(
string accessToken,
string apiKey,
string eventId,
string feeId
)
Public Function DeleteEventFee ( _
accessToken As String, _
apiKey As String, _
eventId As String, _
feeId As String _
) As Boolean
Public Function DeleteEventFee ( _
accessToken As String, _
apiKey As String, _
eventId As String, _
feeId As String _
) As Boolean
public:
virtual bool DeleteEventFee(
String^ accessToken,
String^ apiKey,
String^ eventId,
String^ feeId
) sealed
public:
virtual bool DeleteEventFee(
String^ accessToken,
String^ apiKey,
String^ eventId,
String^ feeId
) sealed
abstract DeleteEventFee :
accessToken : string *
apiKey : string *
eventId : string *
feeId : string -> bool
override DeleteEventFee :
accessToken : string *
apiKey : string *
eventId : string *
feeId : string -> bool
abstract DeleteEventFee :
accessToken : string *
apiKey : string *
eventId : string *
feeId : string -> bool
override DeleteEventFee :
accessToken : string *
apiKey : string *
eventId : string *
feeId : string -> bool
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
- feeId
- Type: System String
EventFee id
Return Value
True if successfuly deleted
Implements
IEventSpotService DeleteEventFee(String, String, String, String)