Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 2.98 KB

PartnerBusinessUnitResource.md

File metadata and controls

34 lines (30 loc) · 2.98 KB

PartnerBusinessUnitResource

Properties

Name Type Description Notes
id int Primary ID. [optional]
partner_id int Partner ID. [optional]
partner_user_id int Partner user ID. [optional]
partner_business_unit_grouping_id int Grouping ID. [optional]
geo \Ageras\Api\PartnerBusinessUnitGeoResource [optional]
disable_digital_leads bool Does this business unit disable digital leads? [optional] [default to false]
display_name string Human-readable name. [optional]
geo_range int Distance this business unit is willing to look for leads. [optional]
current_allocation \Ageras\Api\PartnerBusinessUnitAllocationResource [optional]
current_month_allocation \Ageras\Api\PartnerBusinessUnitMonthAllocationResource [optional]
accumulated_allocation \Ageras\Api\PartnerBusinessUnitAccumulatedAllocationResource [optional]
desired_revenue_range \Ageras\Api\PartnerBusinessUnitRevenueRangeResource [optional]
desired_sectors \Ageras\Api\SectorResource[] Desired sectors. [optional]
revenue_segment \Ageras\Api\RevenueSegmentResource [optional]
desired_types \Ageras\Api\LeadTypeResource[] Desired lead types. [optional]
desired_industries \Ageras\Api\IndustryResource[] Desired industries. [optional]
employee \Ageras\Api\PartnerEmployeeResource [optional]
partner \Ageras\Api\PartnerBusinessUnitPartnerResource [optional]
business_models \Ageras\Api\PartnerBusinessUnitBusinessModelResource[] Business models of the business units. [optional]
is_active bool If the business unit is active [optional] [default to false]
retired_at string When the business unit is considered retired [optional]
partner_contract \Ageras\Api\PartnerBusinessUnitPartnerContractResource [optional]
wants_exclusive_leads bool Does the business unit want exclusive leads? [optional] [default to false]
highlighted_notes string[] Important notes about this business unit. [optional]
kpi \Ageras\Api\PartnerBusinessUnitKpiResource [optional]

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