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

3 REPLIES 3

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  

 

Nandhakumar
Level 6

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.

Nandhakumar_0-1736234288310.png

Thanks,

Nandha