Method: TripletexRubyClient::InventorystocktakingApi#get
- Defined in:
- lib/tripletex_ruby_client/api/inventorystocktaking_api.rb
#get(id, opts = {}) ⇒ ResponseWrapperStocktaking
- BETA
-
Get stocktaking by ID.
77 78 79 80 |
# File 'lib/tripletex_ruby_client/api/inventorystocktaking_api.rb', line 77 def get(id, opts = {}) data, _status_code, _headers = get_with_http_info(id, opts) data end |