Use this API to retrieve (GET) all existing fees for an event, and create (POST) a new fee for an event.
Click a method to view its documentation
Privileges required: campaign:read
Retrieve all fees for the event specified by the event_id
path parameter.
GET: https://api.constantcontact.com/v2/eventspot/events/{eventId}/fees |
|||
name |
type |
default |
description |
---|---|---|---|
api_key |
query |
REQUIRED; The API key for the application |
|
eventId |
path |
Specifies the event for which to retrieve fees |
code |
description |
---|---|
200 |
Request was successfully processed |
401 |
Authentication failure |
404 |
Event not found for specified eventId |
406 |
Unsupported accept header value; must be application/json |
500 |
Internal server error occurred |
property |
type(max length) |
description |
---|---|---|
early_fee |
number |
Fee for registrations that occur prior to the event's |
fee |
number |
The fee amount |
fee_scope |
string |
Specifies who the fee applies to:
|
has_restricted_access |
boolean |
Default = false; if true, fee is not displayed on registration page, and is available only to registrants who have a special promocode linked to this fee. See Promocode Collection for more information. |
id |
string (50) |
Unique ID for that fee |
label |
string (100) |
Fee description displayed to event registrants, each label must be unique |
late_fee |
number |
Fee for registrations that occur after the event's |
[ { "id":"Oto5mVLVQQrKqZkh5uy4SYqsdza_koPWy-xR4Dxcl6M", "label":"Regstration Fees Registrants only", "fee":59.99, "fee_scope":"REGISTRANT", "early_fee":53.99, "has_restricted_access":true }, { "id":"Oto5mVLVQQrKqZkh5uy4SdwdHSaA5FmK3L3arR8twco", "label":"Registration Fee for Groups over 3, per person", "fee":49.99, "fee_scope":"REGISTRANT", "has_restricted_access":false }, { "id":"Oto5mVLVQQrKqZkh5uy4SZkA8FSK0kaE_UWA8fxLGos", "label":"Registration Fee for Member and Guest", "fee":79.99, "fee_scope":"BOTH", "early_fee":61.99, "has_restricted_access":true } ]