PROPAGANDA AULA 2025 RESTREQUEST https://youtu.be/cJZm-WrAPgM AULA COMPLETA 2025 RESREQUEST https://youtu.be/d3zULOtHQjs https://windevdesenvolvimento.blogspot.com/2019/02/dicas-2025-windev-mobile-webservice-021_23.html // BTN_ALTERA_httpPut solicitacao_http is restRequest URL is string="http://nots-amarildo/empresa/{nEmpresaId}" URL = Replace(URL,"{nEmpresaId}","2") solicitacao_http..URL=URL solicitacao_http..ContentType="application/json" solicitacao_http..Method=httpPut solicitacao_http..Content=[ { "razao_social" : "ALTERADO1205" } ] resposta_http is restResponse = RESTSend(solicitacao_http) EDT_RETORNO=resposta_http..Content
|