A quick how-to guide on sending client referrals to Ownright
propertyClosingReferralCreate
). This allows
you to refer a client for a specific type of real estate transaction.
Choose a referral type and mutation
Referral type | Mutation | Notes |
---|---|---|
Purchase | propertyClosingReferralCreate | Supply the PURCHASE_PROPERTY_CLOSING type. |
Sale | propertyClosingReferralCreate | Supply the SALE_PROPERTY_CLOSING type. |
Refinance | refinanceReferralCreate | |
Status Certificate Review | statusCertificateReviewCreate |
Construct the GraphQL mutation with all of the inputs
Handle the response
userErrors
array for the error code and message (read more about
errors in our Errors and response codes documentation)✅ Example response