The thing is yes I am confused. I'm new to this API, REST JSON and POSTMAN world. Put simply
Zoho Books is online accounting system. I know it can connect with many APIs but it's not automatically setup for FM. It's still possible to do it.
So I extracted an excel files of my items in Books, started a new Filemaker DB with it, using only the important fields, id, sku, barcode, item_name, category and purchase_price.
So far so good.
Now I'm looking for the right steps to keep my prices up to date in FM (to include them in a Bill Of Materials).
Is it best to script the JSON in FM, Get everything and parse, loop, update this way?
In Books, I have my user, my secret question, I can generate my Oath with Postman, But I have to do it everyday. Maybe I only need an example on how to regenerate automatically my token, and a script to do it in FM so I can GET and update those prices easily on demand, from a button.
I'm sure it's simple , I just never use JSON.
Logically it seems it should be done from Books, if the price is updated, BAM it's posted in the same item in FM. But I can't get help from them.
I hope it's clearer and I used the right words this time. 😉
Thanks again.
I will eventually learn how to do this in my sleep, but I just need a quick fix to finish that big project.