Method: Teamleader::Api#get_contacts_by_company

Defined in:
lib/teamleader/api.rb

#get_contacts_by_company(params = {}) ⇒ Object



74
75
76
77
# File 'lib/teamleader/api.rb', line 74

def get_contacts_by_company(params={})
  raise "company_id is required" if params[:company_id].nil?
  request "/getContactsByCompany.php", params
end