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

# StatusCertificateReviewReferral

> A referral for a status certificate review.

## Fields

<ResponseField name="clientHasMadeOffer" type="Boolean!" required>
  Indicates whether the client has made an offer on a property already or not.
</ResponseField>

<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="earlyDeadlineRequest" type="Boolean!" required>
  Indicates whether the status certificate review requires an earlier than
  normal review.
</ResponseField>

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

<ResponseField name="preferredCompletionTime" type="ISO8601DateTime">
  The preferred completion time for the status certificate review.
</ResponseField>

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

<ResponseField name="propertyAddress" type="Address">
  The address of the property that is involved in the status certificate review.
</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>

## Used by

* [`statusCertificateReviewReferralBulkCreate`](/partner-api/reference/mutations/referrals/status-certificate-review/status-certificate-review-referral-bulk-create) (mutation)
* [`statusCertificateReviewReferralCreate`](/partner-api/reference/mutations/referrals/status-certificate-review/status-certificate-review-referral-create) (mutation)
