Update Property Address
Updates the property address of a transaction. The transactionId is carried in the request body, not the URL.
Full replacement — omitted fields are set to null. To update a single field, GET the current address first, modify, then resubmit the whole object.
Path Parameters
Lead ID. Must be manageable by the caller.
Body
Transaction ID whose property address is being queried or updated. Required on the update endpoint (carried in the request body, not the URL).
10001
Unit / apartment number.
"1"
Free-form label for the address (e.g. 'Investment', 'Primary Residence').
"Investment"
State or province code.
"CA"
City.
"Los Angeles"
Postal / ZIP code.
"90012"
Street address.
"100 W 1st St"
County.
"Los Angeles"
Response
Envelope {code, message}. code=0 indicates success.
Simple envelope response used by Brokermint webhook and property-address endpoints. Business failures surface as HTTP 200 with a non-zero code; integrators must inspect the code field.