Method: TripletexRubyClient::InventorystocktakingApi#search
- Defined in:
- lib/tripletex_ruby_client/api/inventorystocktaking_api.rb
#search(opts = {}) ⇒ ListResponseStocktaking
- BETA
-
Find stocktaking corresponding with sent data.
243 244 245 246 |
# File 'lib/tripletex_ruby_client/api/inventorystocktaking_api.rb', line 243 def search(opts = {}) data, _status_code, _headers = search_with_http_info(opts) data end |