Skip to content

Latest commit

 

History

History
55 lines (51 loc) · 4.67 KB

LeadResource.md

File metadata and controls

55 lines (51 loc) · 4.67 KB

LeadResource

Properties

Name Type Description Notes
id int Id for the Lead. [optional]
created_at string Date the Lead was created. [optional]
updated_at string Date the Lead was updated. [optional]
validated_at string Date the Lead was Updated. [optional]
expires_at string Date the Lead Expires. [optional]
expiration_boosted_at string Date where a lead has been extended/boosted. [optional]
working_hours_expires_at string Date the Lead Expires taking into account only working hours. [optional]
status string Current Validation Status of the Lead. [optional] [default to 'unknown']
reservation_status string Current reservation status of the Lead. [optional]
progress \Ageras\Api\LeadProgressResource[] Progress [optional]
title string Title for the Lead. [optional]
description string A description of the given Lead. [optional]
marketplace_description string [optional]
client \Ageras\Api\LeadClientResource [optional]
customer_info \Ageras\Api\LeadCustomerInfoResource [optional]
requirements \Ageras\Api\LeadRequirementsResource [optional]
punch_price int The price for the given lead. [optional]
service_fee \Ageras\Api\AmountResource [optional]
service_fee_subsequent_years_amount_excl_vat \Ageras\Api\AmountResource [optional]
minimum_quote_amount_excl_vat \Ageras\Api\AmountResource [optional]
geo \Ageras\Api\LeadGeoResource [optional]
attributes \Ageras\Api\LeadAttributeResource[] Attributes for the lead. [optional]
industries \Ageras\Api\LeadIndustriesResource [optional]
products \Ageras\Api\LeadProductResource[] What products are connected to this Lead. [optional]
meeting \Ageras\Api\LeadMeetingResource [optional]
accepted \Ageras\Api\LeadAcceptedResource [optional]
offers_info \Ageras\Api\LeadOffersInfoResource [optional]
quotes_info \Ageras\Api\LeadQuotesInfoResource [optional]
allocation_suggestions_info \Ageras\Api\LeadAllocationSuggestionsInfoResource [optional]
affiliate_campaign \Ageras\Api\AffiliateCampaignResource [optional]
feedback \Ageras\Api\LeadFeedbackResource [optional]
validator \Ageras\Api\LeadEmployeeResource [optional]
custom_variables \Ageras\Api\KeyValueResource[] Colleciton of custom key-value pairs. [optional]
category \Ageras\Api\LeadCategoryResource [optional]
revenue_amount_excl_vat \Ageras\Api\AmountResource [optional]
is_service_fee bool Does this lead have a service fee [optional] [default to false]
wants_local_partner bool Does the lead want a local partner [optional] [default to false]
is_digital bool Digital communication? [optional] [default to false]
email_optin bool Does the lead optin for email communication with Ageras? [optional] [default to false]
actions_info \Ageras\Api\LeadActionsInfoResource [optional]
geo_range int Range the lead is happy to travel to reach a partner. [optional]
primary_sector \Ageras\Api\SectorResource [optional]
revenue_segment \Ageras\Api\RevenueSegmentResource [optional]
desired_partner_company_size \Ageras\Api\CompanySizeResource [optional]
personal_title \Ageras\Api\PersonalTitleResource [optional]
marketplace \Ageras\Api\LeadMarketplaceResource [optional]

[Back to Model list] [Back to API list] [Back to README]