class Quickbooks::Service::Department

def update(entity, options = {})

def update(entity, options = {})
  raise Quickbooks::InvalidModelException.new('Department sparse update is not supported by Intuit at this time') if options[:sparse] && options[:sparse] == true
  super(entity, options)
end