Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Để hoàn thành nhiệm vụ UpdateBooking Ready (Sẵn sàng) trong cột mốc, bạn cần xây dựng và phân phối thành công phương thức UpdateBooking. Phương thức này được gọi khi người dùng cố gắng cập nhật hoặc huỷ một lượt đặt chỗ được thực hiện thông qua tính năng Đặt chỗ bằng Google.
10 phản hồi UpdateBooking thành công với tỷ lệ lỗi dưới 10%.
Nếu UpdateBooking không thành công do bất kỳ lỗi logic nghiệp vụ nào, thì lỗi đó phải được điền vào trường UpdateBookingResponse.booking_failure và trả về với trạng thái HTTP 200. Để biết thêm thông tin về lỗi có cấu trúc, hãy xem hướng dẫn định nghĩa BookingFailure.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2025-07-26 UTC."],[],[],null,["# UpdateBooking Ready\n\nTo complete the `UpdateBooking` Ready milestone task, you need to successfully\nbuild and deliver the `UpdateBooking` method. This method is called when a user\nattempts to update or cancel a booking made through Reserve with Google.\n\nThe [Actions Center Booking Server dashboard](https://actionscenter.google.com/dashboards/bookingserver)\nprovides time-series and detailed charts about success and failure rates, and\nlatency of your Booking Server.\n\n### UpdateBooking task requirements\n\n- 10 successful `UpdateBooking` responses with an error rate less than 10%.\n\nIf `UpdateBooking` fails because of any business logic error, the error must be\npopulated in the `UpdateBookingResponse.booking_failure` field and returned with\nHTTP status 200. For more information on structured failures, see the\n[BookingFailure definition guide](/actions-center/verticals/reservations/e2e/reference/booking-server-api-rest/e2e-definitions/bookingfailure-definition)."]]