05-01-25 09:33 AM - edited 05-01-25 10:08 AM
Hi there,
how to handle multipart API calls in Blue Prism?
I will share soon the attempts and documentation that I have
thank you.
Tim
05-01-25 10:29 PM - edited 05-01-25 10:35 PM
The first part of the API is working (as it is able to update an attributes)
Issue is the upload of the PDF file
Here is the API call
where :
MimeType = application/pdf
File Extension = pdf
File Name = test.pdf
File Base64 = Calculation LoadBinaryFile(FilePfad)
06-01-25 04:36 AM
Have you tried setting the Content-Transfer-Encoding: base64 after the Content-Type . You can look up few other threads for the format
https://community.blueprism.com/t5/Product-Forum/Embed-a-image-in-email-body/m-p/94211#M43620
07-01-25 07:18 AM
Hi @tim.dauti ,
I haven't tried the web services configuration within the blue prism system tab. But i had a similar situation where i have to upload the request as a txt file. I have used Utility - HTTP 10.0.2, donwloaded from Digital Exchange.
It has a new action added which will help us for the file handling API calls.
Thanks,
Nandha