Booking
Activate a booking
Activate a reserved booking with optional deposit amount provided
post/api/business/{businessId}/branch/{branchId}/booking/{bookingId}/activate
Path parameters
businessIdstring required
branchIdstring required
bookingIdstring required
Request body
Example request
{
"depositAmount": 1.5
}Response
Booking activated successfully