latestOpenAPI 3.0.22026-07-26480119.6 KB
bc65b4950c7e
Partner::Individual Events
Update Event Occurrence Slot
It's possible to update the limit number of slots for an event occurrence, based on an occurrenceUuid. This number of slots cannot be reduced below the number of active reservations (slots). In the occurrenceUuid property of occurrences*, each occurrence* is represented individually. If the event occurrence has a seat map, you can also use this endpoint to update the occurrence's list of available positions. To do this, you must enter the new updated list of positions external references to the availablePositions field.
put/partner/event-occurrence/{occurrenceUuid}/slot
Path parameters
occurrenceUuidstring required
Identification of EventOccurrence
Parameters
#/paths/~1partner~1events/get/parameters/0 — unresolved $ref
Request body
Example request
{
"slots": 4,
"availablePositions": [
"A1",
"A2"
]
}Response
OK
object required