Skip to main content
Question

Does A360 REST API support multipart/form-data? I need to upload a file to an API and it requires multipart/form-data capability.

  • 26 April 2022
  • 2 replies
  • 372 views

Does A360 REST API support multipart/form-data? I need to upload a file to an API and it requires multipart/form-data capability.

2 replies

Userlevel 3
Badge +6

@Greg Jacobson​ From 360v.24 Release notes:

New option in Content type field of REST Web Service package 

You can now use the multipart/form-data option to upload files and data through REST Web Service. The content type multipart/form-data can be used to submit form elements containing files, non-ASCII data, and binary data. This option is available for actions such as POST, PUT, and PATCH.

Userlevel 7
Badge +10

@Greg Jacobson​ : Yes its supported from A36.24 please find the release notes below

 

https://docs.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/release-automation-360-v24.html/p>

Reply