blue prism body rest

  1. R

    Want to upload a file by calling a post web api in blue prism, with some metadata in model

    here is my c# model that I need to pass as a request in WebAPI- public class AddTaskRequest { public Guid AccountId { get; set; } public Guid ProcessId { get; set; } public string Description { get; set; } public Int16 Priority { get; set; } public...
  2. R

    Web service - GET body

    I am using REST web services with Blue Prism. So far, I can login (gives me a bear token) and call a GET service with no parameters. I am doing all of this with "Utility - HTTP" (the Webservice - REST VBO is too limited). I am now trying to call a GET web service that requires a parameter in...
Top