UpdateBooking 준비 완료 마일스톤 작업을 완료하려면 UpdateBooking 메서드를 성공적으로 빌드하고 제공해야 합니다. 이 메서드는 사용자가 Google 예약을 통해 이루어진 예약을 업데이트하거나 취소하려고 할 때 호출됩니다.
작업 센터 예약 서버 대시보드에는 예약 서버의 성공 및 실패율과 지연 시간에 대한 시계열 및 자세한 차트가 표시됩니다.
UpdateBooking 작업 요구사항
오류율이 10% 미만인 UpdateBooking 응답 10개가 성공했습니다.
비즈니스 로직 오류로 인해 UpdateBooking이 실패하면 오류가 UpdateBookingResponse.booking_failure 필드에 채워지고 HTTP 상태 200과 함께 반환되어야 합니다. 구조화된 실패에 대한 자세한 내용은 BookingFailure 정의 가이드를 참고하세요.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 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)."]]