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
description: It lists down the customer properties for an appointment. An appointment will contain a list of customer information and each unit will indicate the properties of a customer who is part of that appointment. Optional.
3923
+
description: A collection of the customer properties for an appointment. An appointment will contain a list of customer information and each unit will indicate the properties of a customer who is part of that appointment. Optional.
3924
3924
customerTimeZone:
3925
3925
type: string
3926
3926
description: 'The time zone of the customer. For a list of possible values, see dateTimeTimeZone.'
@@ -4201,6 +4201,7 @@ components:
4201
4201
nullable: true
4202
4202
isEmailNotificationEnabled:
4203
4203
type: boolean
4204
+
description: True indicates that a staff member will be notified via email when a booking assigned to them is created or changed.
Copy file name to clipboardExpand all lines: openApiDocs/beta/ChangeNotifications.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -236,7 +236,7 @@ components:
236
236
nullable: true
237
237
changeType:
238
238
type: string
239
-
description: 'Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.'
239
+
description: 'Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted.'
240
240
clientState:
241
241
type: string
242
242
description: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification.
0 commit comments