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

# AddressInput

> Input to create or update an address.

## Fields

<ParamField path="city" type="String">
  The city of the address.
</ParamField>

<ParamField path="country" type="Country">
  The country of the address.
</ParamField>

<ParamField path="postalCode" type="String">
  The postal code of the address.
</ParamField>

<ParamField path="province" type="Province">
  The province of the address.
</ParamField>

<ParamField path="street" type="String">
  The street name and number of the address.
</ParamField>

<ParamField path="unitNumber" type="String">
  The unit number, suite number, apartment number, etc. of the address.
</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)
* [`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)
