Skip to content

client_contact

The client contact associated with the booking confirmation.

ACCESS

Directly accessible in:

Booking Confirmation

Example

json
{
  "name": "Acme Corp.",
  "invoice_name": "Acme Corp. Marketing",
  "billing_address1": "123 Main Street",
  "billing_address2": null,
  "billing_address3": "Springfield",
  "billing_province": "IL",
  "billing_postcode": "62701",
  "country": "United States",
  "user": {
    "name": "John Smith"
  }
}

Properties

name string
invoice_name string

Override display name. Use in place of name when present.

billing_address1 string
billing_address2 string
billing_address3 string
billing_province string
billing_postcode string
country string
user object

The contact person. Only present if a user is assigned.

name string