Remove Booking Session Resource

Remove a booking session resource

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

Remove a booking session resource from the booking session

Request Body

NameTypeDescription

venueId

integer

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

bookingId

integer

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

sessionId

integer

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

id

integer

The unique id of the booking session resource to remove

{
  "success": true,
  "errorType": null
}

Last updated