DEV Community

helder pereira
helder pereira

Posted on

Answer: How to CREATE POST IN C# to an endpoint on BMC REMEDY API to create a ticket with files submited in form-data?

So i've discover the solution for my problem. I'm gonna to submit only one file. I have to submit also the Json body as a file "entry" "data_entry.txt" and for HttpRequestMessage you have to have a content MultipartFormDataContent and here you can add as many files as you have. iā€¦

Top comments (0)