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.

  • April 26, 2022
  • 2 replies
  • 525 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

Forum|alt.badge.img+6
  • Navigator | Tier 3
  • April 27, 2022

@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.


Forum|alt.badge.img+12