संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
UpdateBooking तैयार माइलस्टोन टास्क को पूरा करने के लिए, आपको UpdateBooking तरीके को सही तरीके से बनाना और डिलीवर करना होगा. इस तरीके का इस्तेमाल तब किया जाता है, जब कोई व्यक्ति Reserve with Google के ज़रिए की गई बुकिंग को अपडेट या रद्द करने की कोशिश करता है.
Actions Center के बुकिंग सर्वर डैशबोर्ड पर, आपको टाइम-सीरीज़ और ज़्यादा जानकारी वाले चार्ट दिखते हैं. इनमें बुकिंग के सफल और असफल होने की दर और बुकिंग सर्वर की लेटेन्सी के बारे में जानकारी होती है.
UpdateBooking टास्क के लिए ज़रूरी शर्तें
गड़बड़ी की दर 10% से कम होने पर, UpdateBooking के 10 अनुरोध पूरे होने चाहिए.
अगर कारोबार के लॉजिक से जुड़ी किसी गड़बड़ी की वजह से UpdateBooking पूरा नहीं होता है, तो गड़बड़ी को UpdateBooking फ़ील्ड में डालना होगा. साथ ही, इसे HTTP स्टेटस 200 के साथ वापस भेजना होगा.UpdateBookingResponse.booking_failure स्ट्रक्चर्ड फ़ेलियर के बारे में ज़्यादा जानने के लिए, 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)."]]