Enable Modules For Event

This API is used to enable/disable any module of the event. They can enable/disable modules like Auction, Raffle, Fund a Need, Donation, etc.

Query Parameters auctionEnabled - Pass true if you want to activate auction, or false for deactivating. causeEnabled - Pass true if you want to activate fund a need, or false for deactivating. ticketingEnabled- Pass true if you want to activate ticketing, or false for deactivating. raffleEnabled - Pass true if you want to activate raffle, or false for deactivating. textToGiveEnabled-Pass true if you want to activate text to give, or false for deactivating. donationEnabled- Pass true if you want to activate donation, or false for deactivating.

Body Parameters Not Required

Response Details / Check response object

Authentication required - ✅

Role wise accessibility 
 Super Admin - ✅ Organizer Admin - ✅ Staff - ❌ Attendee - ❌ Exhibitor - ❌ Speaker - ❌

Modules Display - ❌ Portal - ❌ Host - ✅

Path Params
string
required

Event url is unique identifier for your event. E.g https://www.accelevents.com/events/demo. Here demo is the event url.

Query Params
boolean

Pass true if want to active auction else false for deactive.

boolean

Pass true if want to active fund a need else false for deactive.

boolean

Pass true if want to active raffle else false for deactive.

boolean

Pass true if want to active ticketing else false for deactive.

boolean

Pass true if want to active text to give else false for deactive.

boolean

Pass true if want to active donation else false for deactive.

Headers
string
Responses

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json