Remove Booking Session Beverage

Remove Booking Session Beverage Package

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

Remove booking session beverage package from booking session

Request Body

NameTypeDescription

id

integer

The unique id of the booking session beverage package

venueId

integer

The unique id of the venue to which the booking session beverage package belongs belongs

bookingId

integer

The unique id of the booking to which the booking session beverage package belongs belongs

sessionId

integer

The unique id of the booking session to which the booking session beverage package belongs belongs

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

Last updated