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

# SalePropertyClosingReferral

> A referral for a sale property closing.

## 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="propertyAddress" type="Address">
  The address of the property being sold.
</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>
