Cancel booking

Use case : Cancel a whole booking. All product bookings in this booking will be cancelled.

POST /booking.json/cancel-booking/{bookingConfirmationCode}

 

The POST body should contain the following info:

{
	"note": "We had to cancel this due to weather.",
	"notify": true
}

The note field can be used to specify a comment as to why this booking was cancelled. If notify is set to TRUE, then the customer and all involved suppliers will be notified of the cancellation via email.

Did this answer your question?
😞
😐
🤩