Module: Teamlab::CrmOrganisation

Included in:
Crm
Defined in:
lib/teamlab/modules/crm/crm_organisation.rb

Overview

Methods for working with crm cases

Instance Method Summary collapse

Instance Method Details

#update_organisation_address(options = {}) ⇒ Object



10
11
12
# File 'lib/teamlab/modules/crm/crm_organisation.rb', line 10

def update_organisation_address(options = {})
  @request.put(%w[settings organisation address], options)
end

#update_organisation_company_name(title) ⇒ Object



6
7
8
# File 'lib/teamlab/modules/crm/crm_organisation.rb', line 6

def update_organisation_company_name(title)
  @request.put(%w[settings organisation base], companyName: title)
end