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 successful UpdateBooking responses with an error rate less than 10%.

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.