Search
K
[dev] 🇫🇷 Seeker Leads

classifiedLead

object
metadataobjectrequired
Show Child Parameters
contactRequestobjectrequired

The data of the User who created the contact.
In rare cases, the User may have requested to delete their account / data on our Portals for GDPR Reasons.
In those cases:

  • the contact data fields (firstName, lastName, message, name, gender, language) will be set with null fields
  • the phoneNumbers will be replaced with an empty array: []
Show Child Parameters
propertyobjectrequired
Show Child Parameters
Example

agencyLead

object
metadataobjectrequired
Show Child Parameters
contactRequestobjectrequired

The data of the User who created the contact.
In rare cases, the User may have requested to delete their account / data on our Portals for GDPR Reasons.
In those cases:

  • the contact data fields (firstName, lastName, message, name, gender, language) will be set with null fields
  • the phoneNumbers will be replaced with an empty array: []
Show Child Parameters
Example

propertysearchLead

object
metadataobjectrequired
Show Child Parameters
contactRequestobjectrequired

The data of the User who created the contact.
In rare cases, the User may have requested to delete their account / data on our Portals for GDPR Reasons.
In those cases:

  • the contact data fields (firstName, lastName, message, name, gender, language) will be set with null fields
  • the phoneNumbers will be replaced with an empty array: []
Show Child Parameters
propertyobject
Show Child Parameters
projectobject
Show Child Parameters
distributionTypearray[string]required

Allowed values:BUYERSELLERLANDLORDTENANT

Example

phoneNumber

object
typestring

Type of phone number. Could be ignored as it should be MOBILE most of the time.

Allowed values:MOBILELANDLINE

Example:MOBILE

numberstring

Phone number, no format checks.

Example:+33511223344

verifiedboolean

Marks the given phone number as validated.

Example:true

Example

phoneNumberInput

object
typestring

Type of phone number. Could be ignored as it should be MOBILE most of the time.

Allowed values:MOBILELANDLINE

Example:MOBILE

numberstringrequired

Phone number

Match pattern:^[+]?[0-9() \/.\-]{6,21}[0-9]$

Example:+33511223344

Example