API Integration - how hard is it?

We don’t have curl. But your example is the equivalent of SambaPOS helper method:

web.PostJson(url,jsondata ,username,password);

See this topic where we use that method to post JSON to a remote server and process the request server-side using PHP …

2 Likes