Created byAldevinas Katkus16:09 20 Mar 2019
Have you tried to write to the DB in the v. 8.5 with OAuth authentication?
my test with 8.5 2019-03-12 (build 85281014) wasn't successful to update an item using PATCH http method:
query string was
http://localhost:1080/api/1/INVc/00000000?set_field.EUCod
Hi Aldevinas,
Thank you for the feedback.
We have not tried with OAuth authentication.
Also still not very clear on the other points we mentioned i.e.
1) How can we fetch or get only updated data after a specific time interval?
3) How do we get a created and updated timestamp of each record? to avoid conflicts because we are going to push and pull data at certain intervals, because for a few updates, it becomes a very lengthy process to get all the information and update accordingly.
For example, Table A has 10 records on ERP and using GET we fetched all the records from ERP. Now a few updated made on the same table so, how do we get only updated data using the same API.
4) Currently, the data being fetched is in XML format. Is it possible to fetch the data in JSON format.
--
Regards,
Rozmin