Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics CRM (Archived)

How to access External web API in CRM plugin ?

(0) ShareShare
ReportReport
Posted on by

using (var client = new WebClient())

         {

              client.Proxy = new WebProxy("Enter IP Address of proxy", Enter PORT);

              client.Proxy.Credentials = new NetworkCredential(@"UserName", "Password");

              client.Headers.Add("Content-Type:application/json");

               client.Headers.Add("Accept:application/json");

               var response = client.UploadString("Enter API URL", JsonConvert.SerializeObject(classobject));                    

         }

*This post is locked for comments

  • Community Member Profile Picture
    on at
    RE: How to access External web API in CRM plugin ?

    First you need to enable API URL on your remote server.

           using (var client = new WebClient())

            {

                 client.Proxy = new WebProxy("Enter IP Address of proxy", Enter PORT);

                 client.Proxy.Credentials = new NetworkCredential(@"UserName", "Password");

                 client.Headers.Add("Content-Type:application/json");

                  client.Headers.Add("Accept:application/json");

                  var response = client.UploadString("Enter API URL", JsonConvert.SerializeObject(classobject));                    

            }

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

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Adis Hodzic – Community Spotlight

We are honored to recognize Adis Hodzic as our May 2025 Community…

Kudos to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Microsoft Dynamics CRM (Archived)

#1
Mohamed Amine Mahmoudi Profile Picture

Mohamed Amine Mahmoudi 83 Super User 2025 Season 1

#2
Community Member Profile Picture

Community Member 52

#3
dkrishna Profile Picture

dkrishna 6

Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans