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

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -