bookingCustomerBase resource type
Namespace: microsoft.graph
Abstract base type for Bookings customers.
Base type of bookingCustomer
Properties
Property | Type | Description |
---|---|---|
id | String | ID of the customer. Inherited from entity. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.bookingCustomerBase",
"id": "String (identifier)"
}