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

# ReferralType

> Possible types of referrals.

## Values

| Value                       | Description                                            |
| --------------------------- | ------------------------------------------------------ |
| `PURCHASE_PROPERTY_CLOSING` | Represents a referral for a purchase property closing. |
| `REFINANCE`                 | Represents a referral for a refinance.                 |
| `SALE_PROPERTY_CLOSING`     | Represents a referral for a sale property closing.     |
| `STATUS_CERTIFICATE_REVIEW` | Represents a referral for a status certificate review. |

## 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)
* [`refinanceReferralBulkCreate`](/partner-api/reference/mutations/referrals/refinance/refinance-referral-bulk-create) (mutation)
* [`refinanceReferralCreate`](/partner-api/reference/mutations/referrals/refinance/refinance-referral-create) (mutation)
* [`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)
