I am trying make a request query to Sage sdata web service to the following endpoints tradingActivites
and receipts
as nothing is obvious on these docs
I have this so far localhost:5493/sdata/accounts50/GCRM/-/tradingActivities?where=accountReference eq "1200" &format=json
that gives me all the transactions of this account but I also need the information from receipts
endpoint as well.
Is it better to do two curl requests or what would be the correct syntax for querying this type of web service in the URL. Thank you for reading this any help would be appreciated.