I getting result = null On Friday, 13 May 2016 17:40:03 UTC+5:30, Cédric Krier wrote: > > 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: [email protected] <javascript:> > 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/a367180b-5b09-41a9-a1f0-fce12d7476ae%40googlegroups.com.
