v1
latestOpenAPI 3.0.12026-07-22120163333.7 KBLeads
Add Inquiry
Place an inquiry for a lead.
post/v1.0/leads/{leadId}/inquiry
Path parameters
leadIdinteger required
Headers
Authorizationstring required
Bearer [access_token]
Content-Typestring required
application/json
Request body
Example request
{
"priceMin": 1,
"priceMax": 10000000,
"propertyType": [
"Single Family Home",
"Condo"
],
"bedroomsMin": 1,
"bathroomsMin": "1",
"locations": [
{
"city": "Austin",
"stateCode": "TX"
}
]
}Response
Successful operation.
Example response
{
"leadId": 651095960136641
}