Hi,
Using the sample EEWEbService example project
I understand to query the db for ‘getCustomers’ method would be when running locally would be
httpSocket.Get(127.0.0.1/api/getCustomers)
If however I wanted to get a single customer by the record ID thus adding a parameter for the customer how would that be done?
I can see from the example that
dim data as text = defineEncoding(Request.Entity, encodings.UTF8).text
‘data’ being used for sqllite query
How do I define Request.Entity at the local app executing the get command?
Thanks for reading this