Update Wait List

This API is used to update the waitlist.

This API can be accessed by event admins and super admins.

To call this API, the user has to pass path parameters with waitListId , eventURl , WaitListUpdateDto, and authentication key to authenticate the user.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Here is the description of response attributes, which returns to the form of JSON.
It will return a success message if API execute successfully.

AttributeDescription
TypeReturns the type of API response. i.e Success or Fail.
MessageYou will be notified if more tickets become available.

Here is the possible error messages, which return if any condition gets failed or required data is missing for processing.

Error CodeError Description
4061203Wait list not found for given ID.
4061201Waitlist is not enabled for this event.
Path Params
int64
required

It contains wait list id which is unique.

string
required

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

Body Params
waitListDto
object

It's contains the wait list details.

Responses

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