curl -H "Authorization: Basic BASE64_ENCODED_PUBLIC_KEY_AND_PRIVATE_KEY" -H "Content-Type: application/json" -X POST -d '{"name ":"Great Group Of Buyers", "buyer_ids": [100123,100124]}' https://[your-subdomain].trackdrive.com/api/v1/buyer_groups
    
    | Param name | 
           
              Description
             
            
                Validations
               
             | 
      
|---|---|
| 
        name  Required  | 
      
         The name of the buyer group. Validations: 
  | 
    
| 
        paused  Optional  | 
      
         Pause or unpause. Validations: 
  | 
    
| 
        reset_total_caps  Optional  | 
      
         Send  Validations: 
  | 
    
| 
        dial_buyers_type  Optional  | 
      
         Configure the dial buyer behaviour. Validations: 
  | 
    
| 
        buyer_ids  Optional Blank Value Allowed  | 
      
         The list of buyer ids that will be dialed. Validations: 
  | 
    
| 
        tier  Optional  | 
      
         When  Validations: 
  | 
    
| 
        weight  Optional  | 
      
         When  Validations: 
  | 
    
| 
        generate_team  Optional  | 
      
         Grant access to manage this buyer group, it's buyers, and to view calls that it's paid for. Validations: 
  | 
    
| 
        team_users_emails  Optional Blank Value Allowed  | 
      
         The selected users will recieve an email invitation to collaborate on your company. Validations: 
  | 
    
| 
        team_offer_ids  Optional Blank Value Allowed  | 
      
         Team members can view calls made to these Offers that were paid for by the buyers in this group. Validations: 
  | 
    
| 
        attempt_total_limit  Optional Blank Value Allowed  | 
      
         Attempt caps limit the number of times a buyer can be attempted in a given interval. Validations: 
  | 
    
| 
        attempt_monthly_limit  Optional Blank Value Allowed  | 
      
         Monthly Attempt Cap Validations: 
  | 
    
| 
        attempt_daily_limit  Optional Blank Value Allowed  | 
      
         Daily Attempt Cap Validations: 
  | 
    
| 
        connection_total_limit  Optional Blank Value Allowed  | 
      
         Connection caps limit the number of times a buyer can be connected in a given interval. Validations: 
  | 
    
| 
        connection_monthly_limit  Optional Blank Value Allowed  | 
      
         Monthly Connection Cap Validations: 
  | 
    
| 
        connection_daily_limit  Optional Blank Value Allowed  | 
      
         Daily Connection Cap Validations: 
  | 
    
| 
        buyer_conversion_total_limit  Optional Blank Value Allowed  | 
      
         Conversion caps limit the number of times a buyer can convert in a given interval. Validations: 
  | 
    
| 
        buyer_conversion_monthly_limit  Optional Blank Value Allowed  | 
      
         Monthly Conversion Cap Validations: 
  | 
    
| 
        buyer_conversion_daily_limit  Optional Blank Value Allowed  | 
      
         Daily Conversion Cap Validations: 
  | 
    
| 
        revenue_total_limit  Optional Blank Value Allowed  | 
      
         Revenue caps limit the dollar amount that can be paid by a buyer in a given interval. Validations: 
  | 
    
| 
        revenue_monthly_limit  Optional Blank Value Allowed  | 
      
         Monthly $ Revenue Cap Validations: 
  | 
    
| 
        revenue_daily_limit  Optional Blank Value Allowed  | 
      
         Daily $ Revenue Cap Validations: 
  |