Want to invoke REST API with JSON as input and output
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
22-02-19 02:31 AM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
17-05-19 05:45 PM
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.
Â
