post
https://app.blueprinttitle.com/public/api/v5/transactions/precontracts
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.
| Field | Type | Required | Additional Notes |
|---|---|---|---|
| property_addresses | array of objects | Required | |
| property_addresses.*.address_1 | String | Required | |
| property_addresses.*.address_2 | String | Optional | |
| property_addresses.*.city | String | Required | |
| property_addresses.*.state | String | Required | Two-Letter (Ex: TN) |
| property_addresses.*.zip_code | String | Required | 5-Digit |
| property_addresses.*.county | String | Required | |
| contacts | array of objects | Required | |
| contacts.*.name | String | Required | |
| contacts.*.email | String (email) | Optional Required when is_company_user is true | |
| contacts.*.phone | String | Optional | |
| contacts.*.role | String | Required | Seller, Seller Agent, Unmatched Role (API) |
| contacts.*.is_company_user | Boolean | Required | true or false |
| notes | array of strings | Optional |
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
