web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Microsoft Dynamics NAV (Archived)

Upload File by consuming REST web service

(0) ShareShare
ReportReport
Posted on by 948

Hi Everyone,

Can anyone share good example for upload file / send file by consuming external REST Web service ? 

My end point would be something like bellow

 myapi.com/.../upload

I have to pass three parameters, API Key, Workflowid and file. 

I wrote bellow code,

userFile := 'D:\Temp\Helvetia.pdf';

RequestURL := 'myapi.com/.../upload';

Req := '{"api_key":"5445989G98398fs3t5","workflow_id":"939925","userfile":"'+userFile+'"}';
Request.open(HTTP_POST_REQUEST,RequestURL,FALSE,'','');
Request.setRequestHeader('Content-Type','multipart/form-data');
Request.send(Req );
IF Request.status = 200 THEN
 MESSAGE(Request.responseText);

But I am getting error. But I try using SOAPUI, it worked. 

Can anyone help suggest good method to pass file by consuming external REST API


Thanks

*This post is locked for comments

I have the same question (0)

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

Leaderboard > 🔒一 Microsoft Dynamics NAV (Archived)

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans