Click here to Skip to main content
15,888,286 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi :
i am first time posting question on this platform but been using it for long time for help. Advance thanks to all the guys. i am using vb6 for a long time, my question is i have an application where i am integrating a loyalty card system using RESTFUL API, i tested a response on POSTMAN using JSON string and i did get success Response

Request is like this

{
"reference": "ABC0001787874666",
"chain": "test",
"amount": 200,
"store": "RESTSIM00000001",
"pos": "57290093",
"tran": "PURCHASE"
}

how can i pass this request to a URL using vb6 and get a response.

Please Help

What I have tried:

tried chilkat, tried vb-json . i must be missing something very basic. i would like to know stuff like a beginner. although i am not beginner coz i developed full inventory control system and its working at so many places
Posted
Comments
Graeme_Grant 1-Apr-24 7:45am    
Wow, a blast from the past. VB6 was released back in 1998, 25+ years ago! Time to upgrade I think.
Dave Kreskowiak 1-Apr-24 8:35am    
VB6 has been dead for over 20 years now. It's long since time to upgrade to something more modern AND SUPPORTED!

1 solution

 
Share this answer
 
Comments
Andre Oosthuizen 2-Apr-24 13:01pm    
You must have set your pc time-zone back by 20 years to find this, probably in IE v1.01 :)
Graeme_Grant 2-Apr-24 17:22pm    

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900