مشخصات رزرو
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
برای نهایی کردن یک قرار ملاقات، یک اجارهنامه به یک رزرو تبدیل میشود. اطلاعات مربوط به مشتری (کاربر) رزروکننده فقط در این مرحله منتقل میشود. پس از اینکه یک اجارهنامه یک بار برای ایجاد یک رزرو استفاده شد، از رده خارج شده و نمیتوان از آن برای ایجاد رزروهای بیشتر استفاده کرد.
// A booking for an inventory slotmessageBooking{optionfeatures.(pb.java).nest_in_file_class=YES;// ID of this bookingstringbooking_id=1;// ID of the merchant for the slotstringmerchant_id=2;// ID of the merchant servicestringservice_id=3;// Start time of the appointment slotgoogle.protobuf.Timestampstart_time=4;// Duration of the appointment slotgoogle.protobuf.Durationduration=5;// Personal information of the client making the appointmentClientInformationclient_information=6;// Status of the bookingBookingStatusstatus=7;// Information about payment transactions that relate to the booking.PaymentInformationpayment_information=8;// Information about virtual session related to this booking. (optional)VirtualSessionInfovirtual_session_info=9;}
تاریخ آخرین بهروزرسانی 2026-02-18 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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"]],["تاریخ آخرین بهروزرسانی 2026-02-18 بهوقت ساعت هماهنگ جهانی."],[],["A Lease is transformed into a Booking to confirm an appointment. Client details are transferred during this conversion. Once a Lease is used for a Booking, it becomes inactive. A Booking record includes a unique ID, merchant and service identifiers, start time, duration, client information, booking status, payment details, and optional virtual session information.\n"]]