bookingCustomer resource type
Namespace: microsoft.graph
Represents a customer of a bookingBusiness.
Inherits from bookingCustomerBase.
Methods
Method | Return Type | Description |
---|---|---|
List customers | bookingCustomer collection | Get a list of bookingCustomer objects. |
Create bookingCustomer | bookingCustomer | Create a new bookingCustomer object. |
Get bookingCustomer | bookingCustomer | Read the properties and relationships of a bookingCustomer object. |
Update | bookingCustomer | Update a bookingCustomer object. |
Delete | None | Delete a bookingCustomer object. |
Properties
Property | Type | Description |
---|---|---|
addresses | physicalAddress collection | Addresses associated with the customer. The attribute type of physicalAddress is not supported in v1.0. Internally we map the addresses to the type others . |
displayName | String | The name of the customer. |
emailAddress | String | The SMTP address of the customer. |
id | String | The ID of the customer. Read-only. |
phones | phone collection | Phone numbers associated with the customer, including home, business and mobile numbers. |
Relationships
None
JSON representation
The following is a JSON representation of the resource.
{
"addresses": [
{
"@odata.type": "microsoft.graph.physicalAddress"
}
],
"displayName": "String",
"emailAddress": "String",
"id": "String (identifier)",
"phones": [
{
"@odata.type": "microsoft.graph.phone"
}
]
}
Feedback
Submit and view feedback for