Method: TripletexRubyClient::InventorystocktakingApi#put

Defined in:
lib/tripletex_ruby_client/api/inventorystocktaking_api.rb

#put(id, opts = {}) ⇒ ResponseWrapperStocktaking

BETA

Update stocktaking.

Parameters:

  • id

    Element ID

  • opts (Hash) (defaults to: {})

    the optional parameters

Options Hash (opts):

  • :body (Stocktaking)

    Partial object describing what should be updated

Returns:



184
185
186
187
# File 'lib/tripletex_ruby_client/api/inventorystocktaking_api.rb', line 184

def put(id, opts = {})
  data, _status_code, _headers = put_with_http_info(id, opts)
  data
end