BookingCustomers
Information about the customer that is interacting with a business.
Columns
| Name | Type | ReadOnly | References | Description |
| addresses | String | False |
The addresses that the customer has attached to their profile. | |
| createdDateTime | Datetime | False |
The date and time when the customer profile was created. | |
| displayName | String | False |
The name of the customer. | |
| emailAddress | String | False |
An email address at which the customer can be reached. | |
| lastUpdatedDateTime | Datetime | False |
The last time when this customer record was modified. | |
| phones | String | False |
The phone numbers that may be used to reach this customer. | |
| bookingbusinessid | String | False |
A foreign key representing the business that owns this profile. | |
| Id [KEY] | String | False |
A unique identifier representing this customer profile. |