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

# PropertyClosingReferralInput

> Input to create a property closing referral.

## Fields

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

<ParamField path="customAttributes" type="[CustomAttributeCreateInput!]">
  Custom attributes to be associated with the referral.
</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="purchaseAmount" type="MoneyInput">
  The amount the purchase property is being purchased for.
</ParamField>

<ParamField path="purchasePropertyAddress" type="AddressInput">
  The address of the property the person is buying.
</ParamField>

<ParamField path="salePropertyAddress" type="AddressInput">
  The address of the property the person is selling.
</ParamField>

<ParamField path="type" type="ReferralType!" required>
  The type of the referral.
</ParamField>

## Used by

* [`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)
