You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An additional tracking ID for the appointment, if the appointment has been created directly by the customer on the scheduling page, as opposed to by a staff member on the behalf of the customer.
574
+
Only supported for appointment if maxAttendeeCount is 1.
- `[InvoiceUrl <String>]`: The URL of the invoice in Microsoft Bookings.
794
-
- `[IsLocationOnline <Boolean?>]`: True indicates that the appointment will be held online. Default value is false.
797
+
- `[IsLocationOnline <Boolean?>]`: If true, indicates that the appointment will be held online. Default value is false.
795
798
- `[JoinWebUrl <String>]`: The URL of the online meeting for the appointment.
796
-
- `[MaximumAttendeesCount <Int32?>]`: The maximum number of customers allowed in an appointment.
799
+
- `[MaximumAttendeesCount <Int32?>]`: The maximum number of customers allowed in an appointment. If maximumAttendeesCount of the service is greater than 1, pass valid customer IDs while creating or updating an appointment. To create a customer, use the Create bookingCustomer operation.
797
800
- `[OnlineMeetingUrl <String>]`:
798
-
- `[OptOutOfCustomerEmail <Boolean?>]`: True indicates that the bookingCustomer for this appointment does not wish to receive a confirmation for this appointment.
801
+
- `[OptOutOfCustomerEmail <Boolean?>]`: If true indicates that the bookingCustomer for this appointment does not wish to receive a confirmation for this appointment.
799
802
- `[PostBuffer <TimeSpan?>]`: The amount of time to reserve after the appointment ends, for cleaning up, as an example. The value is expressed in ISO8601 format.
800
803
- `[PreBuffer <TimeSpan?>]`: The amount of time to reserve before the appointment begins, for preparation, as an example. The value is expressed in ISO8601 format.
801
804
- `[Price <Double?>]`: The regular price for an appointment for the specified bookingService.
@@ -804,12 +807,12 @@ BODYPARAMETER <IMicrosoftGraphBookingAppointment>: Represents a booked appointme
804
807
- `[Message <String>]`: The message in the reminder.
805
808
- `[Offset <TimeSpan?>]`: The amount of time before the start of an appointment that the reminder should be sent. It's denoted in ISO 8601 format.
806
809
- `[Recipients <String>]`:
807
-
- `[SelfServiceAppointmentId <String>]`: An additional tracking ID for the appointment, if the appointment has been created directly by the customer on the scheduling page, as opposed to by a staff member on the behalf of the customer.
810
+
- `[SelfServiceAppointmentId <String>]`: An additional tracking ID for the appointment, if the appointment has been created directly by the customer on the scheduling page, as opposed to by a staff member on the behalf of the customer. Only supported for appointment if maxAttendeeCount is 1.
808
811
- `[ServiceId <String>]`: The ID of the bookingService associated with this appointment.
- `[ServiceName <String>]`: The name of the bookingService associated with this appointment.This property is optional when creating a new appointment. If not specified, it is computed from the service associated with the appointment by the serviceId property.
811
814
- `[ServiceNotes <String>]`: Notes from a bookingStaffMember. The value of this property is available only when reading this bookingAppointment by its ID.
812
-
- `[SmsNotificationsEnabled <Boolean?>]`: True indicates SMS notifications will be sent to the customers for the appointment. Default value is false.
815
+
- `[SmsNotificationsEnabled <Boolean?>]`: If true, indicates SMS notifications will be sent to the customers for the appointment. Default value is false.
813
816
- `[StaffMemberIds <String[]>]`: The ID of each bookingStaffMember who is scheduled in this appointment.
- `[(Any) <Object>]`: This indicates any property can be added to this object.
859
-
- `[DateTime <String>]`: A single point of time in a combined date and time representation ({date}T{time}). For example, '2019-04-16T09:00:00'.
860
-
- `[TimeZone <String>]`: Represents a time zone, for example, 'Pacific Standard Time'. See below for possible values.
862
+
- `[DateTime <String>]`: A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).
863
+
- `[TimeZone <String>]`: Represents a time zone, for example, 'Pacific Standard Time'. See below for more possible values.
861
864
862
865
REMINDERS <IMicrosoftGraphBookingReminder[]>: The collection of customer reminders sent for this appointment. The value of this property is available only when reading this bookingAppointment by its ID.
863
866
- `[Message <String>]`: The message in the reminder.
An additional tracking ID for the appointment, if the appointment has been created directly by the customer on the scheduling page, as opposed to by a staff member on the behalf of the customer.
574
+
Only supported for appointment if maxAttendeeCount is 1.
- `[InvoiceUrl <String>]`: The URL of the invoice in Microsoft Bookings.
794
-
- `[IsLocationOnline <Boolean?>]`: True indicates that the appointment will be held online. Default value is false.
797
+
- `[IsLocationOnline <Boolean?>]`: If true, indicates that the appointment will be held online. Default value is false.
795
798
- `[JoinWebUrl <String>]`: The URL of the online meeting for the appointment.
796
-
- `[MaximumAttendeesCount <Int32?>]`: The maximum number of customers allowed in an appointment.
799
+
- `[MaximumAttendeesCount <Int32?>]`: The maximum number of customers allowed in an appointment. If maximumAttendeesCount of the service is greater than 1, pass valid customer IDs while creating or updating an appointment. To create a customer, use the Create bookingCustomer operation.
797
800
- `[OnlineMeetingUrl <String>]`:
798
-
- `[OptOutOfCustomerEmail <Boolean?>]`: True indicates that the bookingCustomer for this appointment does not wish to receive a confirmation for this appointment.
801
+
- `[OptOutOfCustomerEmail <Boolean?>]`: If true indicates that the bookingCustomer for this appointment does not wish to receive a confirmation for this appointment.
799
802
- `[PostBuffer <TimeSpan?>]`: The amount of time to reserve after the appointment ends, for cleaning up, as an example. The value is expressed in ISO8601 format.
800
803
- `[PreBuffer <TimeSpan?>]`: The amount of time to reserve before the appointment begins, for preparation, as an example. The value is expressed in ISO8601 format.
801
804
- `[Price <Double?>]`: The regular price for an appointment for the specified bookingService.
@@ -804,12 +807,12 @@ BODYPARAMETER <IMicrosoftGraphBookingAppointment>: Represents a booked appointme
804
807
- `[Message <String>]`: The message in the reminder.
805
808
- `[Offset <TimeSpan?>]`: The amount of time before the start of an appointment that the reminder should be sent. It's denoted in ISO 8601 format.
806
809
- `[Recipients <String>]`:
807
-
- `[SelfServiceAppointmentId <String>]`: An additional tracking ID for the appointment, if the appointment has been created directly by the customer on the scheduling page, as opposed to by a staff member on the behalf of the customer.
810
+
- `[SelfServiceAppointmentId <String>]`: An additional tracking ID for the appointment, if the appointment has been created directly by the customer on the scheduling page, as opposed to by a staff member on the behalf of the customer. Only supported for appointment if maxAttendeeCount is 1.
808
811
- `[ServiceId <String>]`: The ID of the bookingService associated with this appointment.
- `[ServiceName <String>]`: The name of the bookingService associated with this appointment.This property is optional when creating a new appointment. If not specified, it is computed from the service associated with the appointment by the serviceId property.
811
814
- `[ServiceNotes <String>]`: Notes from a bookingStaffMember. The value of this property is available only when reading this bookingAppointment by its ID.
812
-
- `[SmsNotificationsEnabled <Boolean?>]`: True indicates SMS notifications will be sent to the customers for the appointment. Default value is false.
815
+
- `[SmsNotificationsEnabled <Boolean?>]`: If true, indicates SMS notifications will be sent to the customers for the appointment. Default value is false.
813
816
- `[StaffMemberIds <String[]>]`: The ID of each bookingStaffMember who is scheduled in this appointment.
- `[(Any) <Object>]`: This indicates any property can be added to this object.
859
-
- `[DateTime <String>]`: A single point of time in a combined date and time representation ({date}T{time}). For example, '2019-04-16T09:00:00'.
860
-
- `[TimeZone <String>]`: Represents a time zone, for example, 'Pacific Standard Time'. See below for possible values.
862
+
- `[DateTime <String>]`: A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).
863
+
- `[TimeZone <String>]`: Represents a time zone, for example, 'Pacific Standard Time'. See below for more possible values.
861
864
862
865
REMINDERS <IMicrosoftGraphBookingReminder[]>: The collection of customer reminders sent for this appointment. The value of this property is available only when reading this bookingAppointment by its ID.
863
866
- `[Message <String>]`: The message in the reminder.
0 commit comments