Update a contract

Update an existing contract's information. All fields are optional - only include fields you want to change.

Use Cases:

  • Update contract value or dates
  • Change assigned user
  • Update property information
  • Modify commission details
  • Update referral details
  • Update custom field values

Updatable Fields:

  • Basic info (name, assigned user)
  • Property details
  • Contract value and dates (scheduled closing, inspection, actual closing)
  • Commission fields (total, buyer, seller with types)
  • Referral information
  • Custom fields

Note: To change the contract type, create a new contract instead.

Example:

{
  "contractValue": 475000,
  "scheduledClosingDate": "2026-01-15",
  "totalCommission": 14250
}
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

Contract ID

Body Params
string

Contract name

uuid

Reassign to different user

date

Updated scheduled closing date

date

Updated home inspection date

date

Updated actual closing date

number

Updated contract value

number

Updated total commission

number

Updated buyer commission

string
enum

Updated buyer commission type

Allowed:
number

Updated seller commission

string
enum

Updated seller commission type

Allowed:
string

Property street address

string

Property unit/apt number

string

Property city

string

Property state

string

Property ZIP code

string

Referral source

Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json