Create Pre-Contract Transaction

Create a Pre-Contract transaction/Order

Pre-Contract Contacts
Pre-Contract transactions can accept Seller or Seller Agent contacts.

When submitting a contact that is part of your organization, you should include "is_company_user": true. At least one "company user" is required, and must include an email.

FieldTypeRequiredAdditional Notes
property_addressesarray of objectsRequired
property_addresses.*.address_1StringRequired
property_addresses.*.address_2StringOptional
property_addresses.*.cityStringRequired
property_addresses.*.stateStringRequiredTwo-Letter (Ex: TN)
property_addresses.*.zip_codeStringRequired5-Digit
property_addresses.*.countyStringRequired
contactsarray of objectsRequired
contacts.*.nameStringRequired
contacts.*.emailString (email)Optional
Required when is_company_user is true
contacts.*.phoneStringOptional
contacts.*.roleStringRequiredSeller, Seller Agent, Unmatched Role (API)
contacts.*.is_company_userBooleanRequiredtrue or false
notesarray of stringsOptional

You should store the order_id locally in order to track Callbacks, upload, view & download related Documents, and other operations related to the Transaction / Order.

*Unmatched Role (API) is only available for companies related with Place.com. Any other company won't be able to use this specific user role and will get a error message

Language