BuyingGroupInput
buyingGroup and role are both optional and mean ANY — a segment with neither
set matches contacts who are a member of any Buying Group in any role.
input BuyingGroupInput {
buyingGroup: ID
isIsNot: IsIsNot!
role: ID
}
Fields
BuyingGroupInput.buyingGroup ● ID scalar
BuyingGroupInput.isIsNot ● IsIsNot! non-null enum
BuyingGroupInput.role ● ID scalar
Member Of
ConditionInput input


