put https://api.accelevents.com/rest/host/event//changeEventListing/
This API is used to update the ListingStatus of event like PUBLIC,PRIVATE,POSTPONED.
This API can be accessed by event admin and super admin.
It will return responses like type and message.
We need to pass authentication key to authenticate user and eventListingStatus(PUBLIC,PRIVATE , POSTPONED)
This API Returns a void response with 200 status if the API is executed successfully.
Here are the possible error messages, which return if any condition gets failed or required data is missing for processing.
Error code | Error Description |
---|---|
401 | You are not authorized to view the resource. |
403 | Accessing the resource you were trying to reach is forbidden. |
404 | The resource you were trying to reach is not found. |
4040200 | Event Not Found |
4030201 | Not Event Host |
4060717 | Please activate payment processing, since the event has paid/donation ticket types. |
4060717 | Please activate payment processing, since one of your fundraising module is enabled. |
4060130 | Organizer does not have enough quantity of ${plan_name} plan. Purchase more quantity of ${plan_name} plan to publish the event. |
4060712 | Please activate your subscription to publish the event |
4060090 | The organizer that this event is associated with is on the {plan_name} plan. You have configured features beyond the limits of this plan. Please upgrade the plan or switch to a different organizer in order to make your event Live. |
4060460 | Interest tag feature is not available under current plan, please upgrade your plan. |