c# - Pass a CSV as entry parameter in a REST API -


i have develop method in rest api called every hour. have methods internal objects , have not problem. new method entry parameter csv file. type have declare parameter? have tried types can't find type..

for example, have method this:

[actionname("retrievebookinglist")] [httppost] public listrs retrievebookinglist(listrq rq) {     return messageretrievebookinglist.execute(rq); } 

and can me how can send (header, raw data (file attached?)) via postman or via soap ui in rest project debug?

many thanks.


Comments

Popular posts from this blog

wireshark - USB mapping with python -

c++ - nodejs socket.io closes connection before upgrading to websocket -

Deploying Qt Application on Android is really slow? -