Appearance
client_contact
The client contact associated with the booking confirmation.
ACCESS
Directly accessible in:
Booking ConfirmationExample
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
stringinvoice_name
stringOverride display name. Use in place of name when present.
billing_address1
stringbilling_address2
stringbilling_address3
stringbilling_province
stringbilling_postcode
stringcountry
stringuser
objectThe contact person. Only present if a user is assigned.
name
string