On 2016-05-13 04:22, piyush agrawal wrote:
> 2) Add,Update,Delete
> How to make API request for Add,Update,Delete? Is there any API 
> documentation for that?

The API is defined in the documentation of each object. For example for
the Model, it is in
http://doc.tryton.org/4.0/trytond/doc/ref/models/models.html
But you have access only for the methods that are defined in __rpc__
http://doc.tryton.org/4.0/trytond/doc/ref/models/models.html#trytond.model.Model.__rpc__
which are only class methods.

When the method needs instances, you should replace with id in your
call.

-- 
Cédric Krier - B2CK SPRL
Email/Jabber: cedric.kr...@b2ck.com
Tel: +32 472 54 46 59
Website: http://www.b2ck.com/

-- 
You received this message because you are subscribed to the Google Groups 
"tryton" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tryton/20160513120900.GE13326%40tetsuo.

Reply via email to