Mark a booking as a no-show
POST/v1/bookings/:id/no-show
Record that the customer did not turn up. Requires the write:bookings scope.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 409
- 502
The updated booking.
validation_error
invalid_api_key
insufficient_scope
not_found
The booking is not in a state that allows this action.
booking_failed