×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: Ruby
Posted by: userf242b
Added: Feb 28, 2020 3:34 PM
Modified: Feb 28, 2020 3:35 PM
Views: 4276
Tags: no tags
  1.   def rfc_fardamento_estoque
  2.     dados = {
  3.         :T_SOLICITACAO => solicitacao
  4.     }.to_json
  5.     pp resultado = api_bemol("ZFARDAMENTO_ESTOQUE",dados)
  6.   end