put https://api.accelevents.com/rest/host/event//waitlist/
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.
Here is the description of response attributes, which returns to the form of JSON.
It will return a success message if API execute successfully.
Attribute | Description |
---|---|
Type | Returns the type of API response. i.e Success or Fail. |
Message | You 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 Code | Error Description |
---|---|
4061203 | Wait list not found for given ID. |
4061201 | Waitlist is not enabled for this event. |