Forum Discussion
jcawley
5 years agoHelper III
API 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
5 years agoSuper User
jcawley 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?
- jcawley5 years agoHelper III
Yes! 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!