Skip to main content

Notifications

Small and medium business | Business Central, N...
Suggested answer

Question about sending a post request from business central to a 3rd party application?

(1) ShareShare
ReportReport
Posted on by 2

I have been trying to configure an action that sends a post request to a third party application. Here's the code. The error comes when configuring the request message and httpsclient.

My code

 if vHttpRequestMessage.SetRequestUri(TokenUrl) then
            Message('vHttpRequestMessage.SetRequestUri ok')
        else
            Error('vHttpRequestMessage.SetRequestUri ERROR');

        if vHTTPClient.Send(vHttpRequestMessage, vHttpResponseMessage) then
            Message(vHttpResponseMessage.ReasonPhrase)
        else
            Error('vHttpRequestMessage.SetRequestUri ERROR2')


var
        vHTTPClient: HttpClient;
        vHttpResponseMessage: HttpResponseMessage;
        vHttpRequestMessage: HttpRequestMessage;

Really appreciate if you could help me with the issue.

  • gdrenteria Profile Picture
    gdrenteria 12,290 Most Valuable Professional on at
    Question about sending a post request from business central to a 3rd party application?
    hi
    Here another useful link
    Best
    GR
  • Suggested answer
    YUN ZHU Profile Picture
    YUN ZHU 74,036 Super User 2024 Season 2 on at
    Question about sending a post request from business central to a 3rd party application?
    What is the specific error message?
    Hope the following can give you some hints.
    How To Connect To External APIs From Business Central (HTTP Request)
     
    Thanks.
    ZHU

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

News and Announcements

Announcing Category Subscriptions!

Quick Links

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Verified Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,359 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,370 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans