Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Microsoft Dynamics CRM (Archived)

How to create a record to the crm using using POST Request in external Web API Application (asp.net)

(0) ShareShare
ReportReport
Posted on by

Is someone could help me ?

*This post is locked for comments

  • Suggested answer
    Community Member Profile Picture
    on at
    RE: How to create a record to the crm using using POST Request in external Web API Application (asp.net)

    Thank you for your answer! But I'd like to do something like this, after that I will use Postman .

    public class ContactController : ApiController

       {

           // GET api/values

           public IEnumerable<string> Get()

           {

               return new string[] { "value1", "value2" };

           }

           // GET api/values/5

           public string Get(int id)

           {

               return "value";

           }

           // POST api/values

           public void Post([FromBody]string value)

           {

           }

           // PUT api/values/5

           public void Put(int id, [FromBody]string value)

           {

           }

           // DELETE api/values/5

           public void Delete(int id)

           {

           }

       }

  • Suggested answer
    a33ik Profile Picture
    84,331 Most Valuable Professional on at
    RE: How to create a record to the crm using using POST Request in external Web API Application (asp.net)

    Hello,

    Here is an example - docs.microsoft.com/.../web-api-basic-operations-sample-csharp

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

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

🌸 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…

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 54

#3
Victor Onyebuchi Profile Picture

Victor Onyebuchi 6

Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans