Remove Booking Session Menu

Remove Booking Session Menu

POST [PlatformAddress]/api/1.0/venue?action=removeBookingSessionMenu

Remove booking session menu from booking session

Request Body

NameTypeDescription

id

integer

The unique id of the booking session menu

venueId

integer

The unique id of the venue to which the booking session menu belongs belongs

bookingId

integer

The unique id of the booking to which the booking session menu belongs belongs

sessionId

integer

The unique id of the booking session to which the booking session menu belongs belongs

{
  "success": true,
  "id": 1234
}

Last updated