সেট বাতিলকরণ Windows v0 (উত্তরাধিকার)
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
CheckAvailability প্রতিক্রিয়াগুলিতে last_online_cancellable_sec
ক্ষেত্রটি ফিরিয়ে দিয়ে স্লট-স্তরের বাতিলকরণ উইন্ডোগুলি সক্ষম করা যেতে পারে৷ যেমন:
JSON
/v3/CheckAvailability Response JSON:
{
slot {[...]},
count_available: 1,
last_online_cancellable_sec: 1552930200
}
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eSlot-level cancellation windows can be activated by utilizing the \u003ccode\u003elast_online_cancellable_sec\u003c/code\u003e field.\u003c/p\u003e\n"],["\u003cp\u003eThis field is returned in the \u003ccode\u003eCheckAvailability\u003c/code\u003e response from the booking server.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003elast_online_cancellable_sec\u003c/code\u003e example field in the \u003ccode\u003eCheckAvailability\u003c/code\u003e Response is \u003ccode\u003e1552930200\u003c/code\u003e.\u003c/p\u003e\n"]]],["The `last_online_cancellable_sec` field, included in the `CheckAvailability` response, enables slot-level cancellation windows. This field specifies a timestamp, representing the last second a slot can be cancelled online. When returned, it allows users to cancel specific slots within the designated timeframe. The example shows a JSON response demonstrating how this field is implemented, including the slot data, available count and the cancellable time.\n"],null,["# Set Cancellation Windows v0 (legacy)\n\n\u003cbr /\u003e\n\nSlot-level cancellation windows can be enabled by returning the\n`last_online_cancellable_sec` field in\n[CheckAvailability](/actions-center/legacy/reference/booking-server/checkavailability-method) responses. For example: \n\n### JSON\n\n```json\n /v3/CheckAvailability Response JSON:\n{\nslot {[...]},\ncount_available: 1,\nlast_online_cancellable_sec: 1552930200\n}\n \n```"]]