कई मामलों में, व्यापारी/कंपनी/कारोबारी किसी खास सेवा या स्लॉट को कम से कम समय पहले बुक करना चाहता है. इन्हें सेवा के लेवल और/या उपलब्धता के लेवल पर सेट किया जा सकता है. अगर इसे दोनों लेवल पर सेट किया गया है, तो उपलब्धता के लेवल पर सेट की गई सेटिंग का इस्तेमाल किया जाएगा.
सेवा के लेवल की परिभाषा
सेवा लेवल पर, फ़ील्ड को rules.min_advance_booking कहा जाता है. इस फ़ील्ड को, बुकिंग शुरू होने के समय से पहले के सेकंड में सेट किया जाना चाहिए. उदाहरण के लिए, अगर बुकिंग हमेशा शुरू होने के समय से एक घंटे पहले करनी होती है, तो यह फ़ील्ड 3600 पर सेट किया जाएगा. इसका मतलब है कि दोपहर 3 बजे की बुकिंग दोपहर 2 बजे तक की जा सकती है. यह उस सेवा के सभी स्लॉट पर लागू होगा. हालांकि, अगर स्लॉट लेवल की परिभाषा से इसे बदला जाता है, तो ऐसा नहीं होगा.
[null,null,["आखिरी बार 2024-11-26 (UTC) को अपडेट किया गया."],[[["Merchants can set a minimum advance booking time for services, ensuring bookings are made within a specified timeframe before the service start time."],["This can be configured at the service level (affecting all slots) or at the individual slot level, offering flexibility in setting booking windows."],["Service-level settings use `rules.min_advance_booking` (in seconds), while slot-level settings use `scheduling_rule_overrides.last_bookable_sec` (as an EPOCH timestamp)."],["Merchants still need to validate booking requests against the booking window on their end and handle potential booking failures appropriately, as feed-based limits might not cover all edge cases."]]],["Merchants can set minimum advanced booking times for services or slots. At the service level, the `rules.min_advance_booking` field specifies the minimum seconds needed before a reservation's start time. At the slot level, `scheduling_rule_overrides.last_bookable_sec` defines the last bookable time via an epoch timestamp. If both are set, the slot-level rule takes precedence. Regardless of feed settings, the booking system must validate booking windows upon receiving a `CreateBooking` request and respond with `SLOT_UNAVAILABLE` if the booking is outside the allowed window.\n"]]