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

# StatusCertificateReviewReferralInput

> Input to create a status certificate review referral.

## Fields

<ParamField path="clientHasMadeOffer" type="Boolean">
  Whether or not the client has made an offer on the property already.
</ParamField>

<ParamField path="contacts" type="[ReferralContactCreateInput!]!" required>
  Contacts to be associated with the referral.
</ParamField>

<ParamField path="customAttributes" type="[CustomAttributeCreateInput!]">
  Custom attributes to be associated with the referral.
</ParamField>

<ParamField path="earlyDeadlineRequest" type="Boolean">
  Whether or not the status certificate review requires an earlier than normal
  review.
</ParamField>

<ParamField path="files" type="[FileBulkCommitInput!]!" required>
  The files to be associated with the referral.
</ParamField>

<ParamField path="intentLevel" type="ReferralIntentLevel">
  The intent level of the referral.
</ParamField>

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

<ParamField path="propertyAddress" type="AddressInput!" required>
  The address of the property for which the status certificate review is being
  requested.
</ParamField>

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