Update Property Info
Attach a property (or mailing address) to the specified lead. The behaviour depends on the property.id field in the request body:
idomitted or<= 0— the service first tries to merge with an existing property on the lead that has the same street/city/state/zip; if no match is found, a new property record is created.id > 0— the named property is updated in place. The property must belong to this lead (itsleadUserIdmust match the lead’s); otherwise the request is rejected with 200108 LEAD_PROPERTY_NOT_EXIST.
Validation:
- At least one of
city,state,zipCode,streetAddressmust be non-blank; otherwise 200057 PROPERTY_ADDRESS_EMPTY is returned. - Caller must have manage permission on the lead.
Path Parameters
Body
Lead property or mailing address details
The price Applies to lead routing only if the leadType field is Seller(1)
100000
The state Applies to lead routing only if the leadType field is Seller(1)
"California"
The city Applies to lead routing only if the leadType field is Seller(1)
"New York"
The street address Applies to lead routing only if the leadType field is Seller(1)
"22348 Regnart RD"
The zip code Applies to lead routing only if the leadType field is Seller(1)
"25401"
The county Applies to lead routing only if the leadType field is Seller(1)
Property type: Single Family Home, Multi-Family, Condo, Townhouse, Mobile Home, Manufactured Home, Vacant Land, Commercial.
"Single Family Home"
The bed rooms.
3
The bath rooms.
2
The square feet.
100
The lot size (acreage).
26.33
The parking space.
1
The floors.
1
If set to true, the address is a mailing address; otherwise, it is a property address.
The property ID. Required when updating an existing mailing address or property address. If not provided, a new address will be created.
The max price Applies to lead routing only if the leadType field is Seller(1)
10000000
The min price Applies to lead routing only if the leadType field is Seller(1)
100000
Response
Property created or updated.
Response containing the lead ID.
ID of the lead.
651095960136641