help sending post

zezeufab

New member
Joined
Sep 8, 2023
Messages
1
Programming Experience
1-3
Hello. I need to send data via post to an asp.net api via HttpClient. I want to send a registration (
name(string),
email(string),
Image(IFormFile)
) , but I can not. I would appreciate it if someone helps me.
 

1694322200720.png


It doesn't get much simpler without an OA (Swagger) spec

I note you have to send a file too( that's slightly more tricky depending on how the API demands it be done
 
Last edited:
Hello. I need to send data via post to an asp.net api via HttpClient. I want to send a registration (
name(string),
email(string),
Image(IFormFile)
) , but I can not. I would appreciate it if someone helps me.

Do you have some form of json? How response should looks like? API headers will be helpful too.
 
Back
Top Bottom