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

Announcements

News and Announcements icon
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

I have the same question (0)
  • Suggested answer
    a33ik Profile Picture
    84,331 Most Valuable Professional on at

    Hello,

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

  • Suggested answer
    Community Member Profile Picture
    on at

    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)

           {

           }

       }

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

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Women in Power Builds Momentum

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics CRM (Archived)

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans