Remove Booking Session
post
[PlatformAddress]
/api/1.0/venue?action=removeBookingSession
Remove Booking Session
Remove booking session from booking session
Successfully removing a session from the booking.
{
"success": true,
"id": 1234
}
{
"id": 8820,
"venueId": 1,
"bookingId": 15722
}
Property | Description |
---|---|
success | Whether or not the session is delete from the booking |
id | The unique id of the Booking Session |
Code | Description |
---|---|
Specific Code: 24365 | The booking does not exist |
Specific Code: 24366 | The session does not exist |
Last modified 1yr ago