> ## 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.

# Referral

> Represents a referral.

## Fields

<ResponseField name="contacts" type="[ReferralContact!]!" required>
  The contacts for the referral.
</ResponseField>

<ResponseField name="createdAt" type="ISO8601DateTime!" required>
  The time the referral was created.
</ResponseField>

<ResponseField name="customAttributes" type="[CustomAttribute!]!" required>
  The custom attributes for the referral.
</ResponseField>

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

<ResponseField name="primaryContact" type="ReferralContact!" required>
  The primary contact for the referral.
</ResponseField>

<ResponseField name="status" type="ReferralStatus!" required>
  The current status of the referral.
</ResponseField>

<ResponseField name="type" type="ReferralType!" required>
  The type of the referral.
</ResponseField>

<ResponseField name="updatedAt" type="ISO8601DateTime!" required>
  The time the referral was updated.
</ResponseField>

## Implementations

* [PurchasePropertyClosingReferral](/partner-api/reference/members/objects/purchase-property-closing-referral)
* [RefinanceReferral](/partner-api/reference/members/objects/refinance-referral)
* [SalePropertyClosingReferral](/partner-api/reference/members/objects/sale-property-closing-referral)
* [StatusCertificateReviewReferral](/partner-api/reference/members/objects/status-certificate-review-referral)

## Used by

* [`referral`](/partner-api/reference/queries/referrals/referral) (query)
* [`referrals`](/partner-api/reference/queries/referrals/referrals) (query)
* [`propertyClosingReferralBulkCreate`](/partner-api/reference/mutations/referrals/property-closings/property-closing-referral-bulk-create) (mutation)
* [`propertyClosingReferralCreate`](/partner-api/reference/mutations/referrals/property-closings/property-closing-referral-create) (mutation)
