Is it possible to send Files via RESTlet?
# suitescript
r
Is it possible to send Files via RESTlet?
b
What are the inputs and outputs? You want to post data to a restlet and send it where? Does the sending protocol matter? You can send files via ftp, http, email, so....
r
Files are in NetSuite, when a payload is sent to the RESTlet it will be the Invoice ID in NS. The Restlet will then get all files attached (if there are any) and send them back as the response
similar thread