cancel
Showing results for 
Search instead for 
Did you mean: 

API multipart calls

tim.dauti
Level 4

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

2 REPLIES 2

tim.dauti
Level 4

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) 

 

 

timdauti_0-1736115897951.png

 

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