Method: AvaTax::Client::CostCenter#update_cost_center
- Defined in:
- lib/avatax/client/costcenter.rb
#update_cost_center(companyid, costcenterid, model) ⇒ Object
Update a single cost center
Updates a single cost center owned by the company. Use the costcenterId path parameter to identify the cost center to update. Swagger Name: AvaTaxClient
83 84 |
# File 'lib/avatax/client/costcenter.rb', line 83 def update_cost_center(companyid, costcenterid, model) path = "/api/v2/companies/#{companyid}/costcenters/#{costcenterid}" put(path, model, {}, AvaTax::VERSION) end |