Forum Discussion
jcawley
Helper III
5 years agoAPI Assistance!
Good morning everyone, I am trying to get a table of purchases edited on a given day with their associated details. It consists of three API’s, of which I’m having trouble on two. So first off, ...
parry2k
Super User
5 years agojcawley sorry bit confused how you are calling the functions:
- so first function get all the purchases
- 2nd function pass parameter purchase if and get other details like left and type id
- 3rd function pass parameter to get the details
is this how it suppose to work?
jcawley
Helper III
5 years agoYes! The first function gathers all of the purchase IDs, the second should use those IDs to gather more information, and the third gathers more information still!