Skip to Content
Menu
This question has been flagged
1 Reply
3340 Views

is there a way to connect to Odoo external Api's other than xml-rpc. We use c#.

Avatar
Discard
Best Answer

There's XML-RPC and JSON-RPC (https://www.odoo.com/documentation/17.0/developer/howtos/web_services.html). You should use a client that allows C# to connect with one of them. See for example:
https://github.com/ieski/OdooXmlRpc

I hope this helps!

Avatar
Discard
Related Posts Replies Views Activity
1
Jul 23
3398
0
Oct 22
3334
0
Apr 22
3249
0
Mar 22
2450
2
May 21
9677