cancel
Showing results for 
Search instead for 
Did you mean: 

Want to invoke REST API with JSON as input and output

DoradlaPavan_Ku
Level 2
Hi Team, Want to invoke REST API with JSON object as input and output in the below format Input: {  "description":"Add entitlement for XXXX for the user XXX0009", "firstname":"XXXX", "lastname":"XXXX", "email":"test123@gmail.com", "username":"XXX0009" }   output: {    "uploadstatus": "S",    "description": "Add entitlement for XXXX for the user XXX0009" }   How can I do in Blue Prism?
1 REPLY 1

Ramana_ReddyBee
Level 3
Hi ,   Rest API's consume can be done in BP using below VBO's from 6.2 onwards Utility - HTTP Utility -JSON Webservices - Rest OUth2.0 each VBO has their own features mostly all above VBO' required to consume REST API's, from Webservice -Rest Vbo you can use get action by providing API Url and access. firstly you have to create end points and Deploy API and use that URL to consume from BP.   Thanks, Ramana Reddy Beeda. Â