UpdateBooking Ready

To complete the UpdateBooking Ready milestone task, you need to successfully build and deliver the UpdateBooking method. This method is called when a user attempts to update or cancel a booking made through Reserve with Google.

The Actions Center Booking Server dashboard provides time-series and detailed charts about success and failure rates, and latency of your Booking Server.

UpdateBooking task requirements

  • 10 UpdateBooking requests in Sandbox with a success rate of 90% or higher.
  • 3 UpdateBooking requests in Production with a success rate of 90% or higher.

If UpdateBooking fails because of any business logic error, the error must be populated in the UpdateBookingResponse.booking_failure field and returned with HTTP status 200. For more information on structured failures, see the BookingFailure definition guide.