Method: TripletexRubyClient::InventorystocktakingApi#delete
- Defined in:
- lib/tripletex_ruby_client/api/inventorystocktaking_api.rb
#delete(id, opts = {}) ⇒ nil
- BETA
-
Delete stocktaking.
27 28 29 30 |
# File 'lib/tripletex_ruby_client/api/inventorystocktaking_api.rb', line 27 def delete(id, opts = {}) delete_with_http_info(id, opts) nil end |