|
4867 | 4867 | <Annotations Target="microsoft.graph.bookingAppointment/anonymousJoinWebUrl">
|
4868 | 4868 | <Annotation Term="Org.OData.Core.V1.IsURL" Bool="true"/>
|
4869 | 4869 | </Annotations>
|
| 4870 | + <Annotations Target="microsoft.graph.bookingAppointment/customerNotes"> |
| 4871 | + <Annotation Term="Org.OData.Core.V1.Description" String="Notes from the customer associated with this appointment."/> |
| 4872 | + <Annotation Term="Org.OData.Core.V1.Immutable" Bool="true"/> |
| 4873 | + <Annotation Term="Org.OData.Core.V1.LongDescription" String="The value of this property is only available when reading an individual booking appointment by id. Its value can only be set when creating a new appointment with a new customer, ie, without specifying a CustomerId. After that, the property is computed from the customer represented by CustomerId."/> |
| 4874 | + </Annotations> |
4870 | 4875 | <Annotations Target="microsoft.graph.bookingAppointment/duration">
|
4871 | 4876 | <Annotation Term="Org.OData.Core.V1.Computed" Bool="true"/>
|
4872 | 4877 | </Annotations>
|
|
16248 | 16253 | <Member Name="outOfOffice" Value="3"/>
|
16249 | 16254 | <Member Name="unknownFutureValue" Value="4"/>
|
16250 | 16255 | </EnumType>
|
| 16256 | + <EnumType Name="bookingStaffMembershipStatus"> |
| 16257 | + <Member Name="active" Value="0"/> |
| 16258 | + <Member Name="pendingAcceptance" Value="1"/> |
| 16259 | + <Member Name="rejectedByStaff" Value="2"/> |
| 16260 | + <Member Name="unknownFutureValue" Value="3"/> |
| 16261 | + </EnumType> |
16251 | 16262 | <EnumType Name="bookingStaffRole">
|
16252 | 16263 | <Member Name="guest" Value="0"/>
|
16253 | 16264 | <Member Name="administrator" Value="1"/>
|
|
22887 | 22898 | <EntityType Name="bookingAppointment" BaseType="graph.entity">
|
22888 | 22899 | <Property Name="additionalInformation" Type="Edm.String"/>
|
22889 | 22900 | <Property Name="anonymousJoinWebUrl" Type="Edm.String"/>
|
| 22901 | + <Property Name="customerEmailAddress" Type="Edm.String"/> |
| 22902 | + <Property Name="customerName" Type="Edm.String"/> |
| 22903 | + <Property Name="customerNotes" Type="Edm.String"/> |
| 22904 | + <Property Name="customerPhone" Type="Edm.String"/> |
22890 | 22905 | <Property Name="customers" Type="Collection(graph.bookingCustomerInformationBase)" Nullable="false"/>
|
22891 | 22906 | <Property Name="customerTimeZone" Type="Edm.String"/>
|
22892 | 22907 | <Property Name="duration" Type="Edm.Duration" Nullable="false"/>
|
|
22974 | 22989 | <Property Name="displayName" Type="Edm.String" Nullable="false"/>
|
22975 | 22990 | <Property Name="emailAddress" Type="Edm.String"/>
|
22976 | 22991 | <Property Name="isEmailNotificationEnabled" Type="Edm.Boolean" Nullable="false"/>
|
| 22992 | + <Property Name="membershipStatus" Type="graph.bookingStaffMembershipStatus" Nullable="false"/> |
22977 | 22993 | <Property Name="role" Type="graph.bookingStaffRole" Nullable="false"/>
|
22978 | 22994 | <Property Name="timeZone" Type="Edm.String"/>
|
22979 | 22995 | <Property Name="useBusinessHours" Type="Edm.Boolean" Nullable="false"/>
|
|
0 commit comments