web
You’re offline. This is a read only version of the page.
close
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 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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics CRM (Archived)

#1
SA-08121319-0 Profile Picture

SA-08121319-0 4

#1
Calum MacFarlane Profile Picture

Calum MacFarlane 4

#3
Alex Fun Wei Jie Profile Picture

Alex Fun Wei Jie 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans