UpdateBooking 준비 완료
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
UpdateBooking
준비 완료 마일스톤 작업을 완료하려면 UpdateBooking
메서드를 성공적으로 빌드하고 제공해야 합니다. 이 메서드는 사용자가 Google 예약을 통해 이루어진 예약을 업데이트하거나 취소하려고 할 때 호출됩니다.
작업 센터 예약 서버 대시보드에는 예약 서버의 성공 및 실패율과 지연 시간에 대한 시계열 및 자세한 차트가 표시됩니다.
UpdateBooking 작업 요구사항
- 오류율이 10% 미만인
UpdateBooking
응답 10개가 성공했습니다.
비즈니스 로직 오류로 인해 UpdateBooking
이 실패하면 오류가 UpdateBookingResponse.booking_failure
필드에 채워지고 HTTP 상태 200과 함께 반환되어야 합니다. 구조화된 실패에 대한 자세한 내용은 BookingFailure 정의 가이드를 참고하세요.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-26(UTC)
[null,null,["최종 업데이트: 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)."]]