Skip to main content

Notifications

Business Central forum
Suggested answer

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

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 9,387 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 69,510 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

Quick Links

Anton Venter – Community Spotlight

Kudos to our October Community Star of the month!

Announcing Our 2024 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Dynamics 365 Community Newsletter - September 2024

Check out the latest community news

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 290,522 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 228,441 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,148

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans