OroCRM Forums

Covering OroCRM topics, including community updates and company announcements.

Forums Forums OroCRM OroCRM – How do I? Questions How do i call the rest webservices with C#

This topic contains 1 reply, has 2 voices, and was last updated by  Andrey Yatsenko 5 years, 6 months ago.

Starting from March 1, 2020 the forum has been switched to the read-only mode. Please head to StackOverflow for support.

  • Creator
    Topic
  • #37487

    marcel.degroot
    Participant

    I want to call the rest webservices with c#,
    Can you tell me how to do that?

    Greetings
    Marcel de Groot

Viewing 1 replies (of 1 total)
  • Author
    Replies
  • #37489

    Andrey Yatsenko
    Moderator

    For now, there are no any libraries to work with Oro API from C#, as I know.

    But web services are built on top of the HTTP protocol.
    So you should work on the low level, send HTTP requests and receive responses.

    First, you need to implement authentication with Token,
    then you can start work with the resources.
    Sandbox will help you to understand what to receive and what to expect on the response.

    Here is the general documentation
    https://oroinc.com/b2b-ecommerce/doc/1.6/dev-guide/web-api

    Best regards.

Viewing 1 replies (of 1 total)

The forum ‘OroCRM – How do I? Questions’ is closed to new topics and replies.

Back to top