post https://sandbox.xola.com/api/events
Events are most commonly automatically created by Xola when a new order is created. You would only need to programatically create an event when you want to pre-assign guides or max capacity prior to any orders being placed.
Return codes
| Return code | Definition |
|---|---|
| 201 | Event was successfully created, or if an existing event with the same experience and start was present, it was updated. |
| 400 | One of the required fields was either not specified, or was invalid. |
| 409 | The guide you attempted to assign has already been assigned to an overlapping event. The response will contain the conflicting event. |