Skip to content

Instantly share code, notes, and snippets.

View likid's full-sized avatar

Anderson Maciel likid

  • Tubarão,SC - Brazil
View GitHub Profile
#Include "protheus.ch"
#Include "restful.ch"
WSRestFul XXXXXXXXXX Description "Serviço REST para tratar os arquivos de anexo da visita"
WSMethod POST Description "Dados dos arquivos enviados" WSSyntax "/xxxxxxx" PATH "/xxxxxxx" CONSUMES MULTIPART_FORM_DATA PRODUCES APPLICATION_JSON
End WSRestFul
//Só não foi tratado o envio de múltiplos arquivos em um post só, mas no portinari mesmo anexando vários arquivos, ele faz 1 post para cada um.