POST form data along with JSON data to API using Blue Prism

shivshuk

New Member
I have an API which accepts a file and JSON data together. It works fine with Postman but not know how to do in Blue Prism.


123.PNG
 

Attachments

  • Postman.PNG
    Postman.PNG
    17.9 KB · Views: 33
  • Postman.PNG
    Postman.PNG
    17.9 KB · Views: 30

Pete_L

Active Member
Have you read the user guides on this topic? They can be found on the Blue Prism portal. They are called User Guide - Web Services and User Guide - Web APIs. Those should give you a start on your learning.

In general, once the API you want to consume services from is set up in BP, your process can call it just like it calls any other action from an object. The exposed services from the API become the actions that you can call, passing data in/out as needed.

After reading those guides I mentioned, please return with any specific questions you might have.

Best of luck!
 
Top