Booking
BookingAPI Booking entity.
Implements
Fields
updatedAt (
ISO8601DateTime!
)
Update DateTime.
createdAt (
ISO8601DateTime!
)
Create DateTime.
customer (
Customer
)
The Customer associated with the Booking.
externalCode (
String!
)
User defined identifier.
id (
ID!
)
Identifies the primary key from the database.
metadata (
JSON!
)
Metadata associated with the entity.
organizationId (
ID!
)
Primary key of the Organization associated with the Service.
status (
StatusEnum!
)
The status of the Booking.
bookingSlots (
[BookingSlot!]!
)
The BookingSlots associated with the Booking.