Posts by Dheizon Gonçalves • 21 points
3 posts
-
1
votes1
answer803
viewsA: WOOCOMMERCE - Integrate with database
Hello! What is interesting is through their documentation, is you search for the information that is returned in Json. And on your receiving system, do this treatment of Json by feeding a class for…
-
0
votes1
answer171
viewsA: GET Woocommerce Request with Criterion by Date - restSharp
Guys figured out how to fix my situation, in my code missed insert line Addqueryparameter, conforming to below: var client = new RestClient("URL/orders"); var request = new RestRequest(Method.GET);…
-
1
votes1
answer171
viewsQ: GET Woocommerce Request with Criterion by Date - restSharp
People I’m doing an integration with C# and the Woocommerce API, my situation is the following, I can communicate with the API through restSharp and I can fetch the site requests through the access…