Skip to content

client

The client associated with a booking. Only present if a client is assigned.

ACCESS

Directly accessible in:

Booking Details

Example

json
{
  "name": "Nike",
  "contact": {
    "name": "John Smith",
    "phone": null,
    "mobile": null
  }
}

Properties

name string
contact object

The primary contact for the client. Only present if a contact is assigned.

name string
phone string
mobile string