Mark a booking completed
POST/v1/bookings/:id/complete
Record that the appointment took place. 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