Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Experts,
Really appreciate for your expert advise,
We are using qlikview rest api for our restAPI project, I need to upload the file using post.
How do I take care of -F (highlighted in pink below) in rest api gui, I was able to figure out how to enter the header option (-H) but not -F.
Enclosed below CURL command for your reference.
sr
curl -X POST "https://dev.myRestserver/v1/api/uploadProjectBudgetFile"
-H "Authorization: Bearer serverBearerCode1234567891"
-H "Content-Type: multipart/form-data"
-F "FileName=XXX_Input_File.csv"
-F File=@XXX_Input_File.csv;
type=application/vnd.ms-excel
Thanking you, in advance,
Regards,
Umesh
Hi @sbumeshqlik
Are those -F parameters? if so those should go under Query Parameters.
Kind Regards.
Hi @sbumeshqlik
Are those -F parameters? if so those should go under Query Parameters.
Kind Regards.