> ## Documentation Index
> Fetch the complete documentation index at: https://dev.ownright.com/llms.txt
> Use this file to discover all available pages before exploring further.

# BusinessContact

> A business contact.

## Fields

<ResponseField name="email" type="String">
  The email of the business contact.
</ResponseField>

<ResponseField name="faxNumber" type="E164PhoneNumber">
  The fax number of the business contact.
</ResponseField>

<ResponseField name="firstName" type="String!" required>
  The first name of the business contact.
</ResponseField>

<ResponseField name="frontUserIdHash" type="String">
  The Front user ID hash of the business contact.
</ResponseField>

<ResponseField name="fullName" type="String!" required>
  The full name of the business contact.
</ResponseField>

<ResponseField name="id" type="GID!" required>
  ID of the object.
</ResponseField>

<ResponseField name="lastName" type="String">
  The last name of the business contact.
</ResponseField>

<ResponseField name="notificationDeliveryMechanisms" type="[NotificationDeliveryMechanism!]!" required>
  The notification delivery mechanisms the business contact is subscribed to.
</ResponseField>

<ResponseField name="phoneNumber" type="E164PhoneNumber">
  The phone number of the business contact.
</ResponseField>

## Used by

* [`matter`](/partner-api/reference/queries/matters/matter) (query)
* [`matters`](/partner-api/reference/queries/matters/matters) (query)
