Returns AI-generated booking pattern suggestions for the authenticated customer.
BookingSuggestions object containing an array of suggested bookings based on the customer’s usage patterns.
| Field | Type | Description |
|---|---|---|
Suggestions | object[] | Array of booking suggestion objects |
| Field | Type | Description |
|---|---|---|
Id | number | Unique numeric identifier for the booking |
UniqueId | string | Globally unique identifier |
| Field | Type | Description |
|---|---|---|
ResourceName | string | Resource display name |
ResourceId | number | Resource identifier |
ResourceTypeName | string | Resource type (e.g. Meeting Room) |
ResourceTypeId | number | Resource type identifier |
ResourceBusinessId | number | Location identifier |
ResourceBusinessName | string | Location display name |
ResourceBusinessWebAddress | string | Location subdomain |
| Field | Type | Description |
|---|---|---|
FromTime | string | Start time (business-local) |
ToTime | string | End time (business-local) |
FromTimeUtc | string | Start time (UTC) |
ToTimeUtc | string | End time (UTC) |
| Field | Type | Description |
|---|---|---|
Tentative | boolean | Whether the booking is tentative |
Invoiced | boolean | Whether the booking has been invoiced |
IsCancelled | boolean | Whether the booking is cancelled |
BookingNumber | number | null | Booking reference number |
| Field | Type | Description |
|---|---|---|
CreatedOn | string | Date created (business-local time) |
UpdatedOn | string | null | Date last updated (business-local time) |
CreatedOnUtc | string | Date created (UTC) |
UpdatedOnUtc | string | null | Date last updated (UTC) |