Recent content by rthakur35

  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...
Top