Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing JSON to http Post?
Message
From
08/01/2017 15:35:09
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Passing JSON to http Post?
Miscellaneous
Thread ID:
01646398
Message ID:
01646398
Views:
88
Hi,

I am using West Wind VFP Client Tools (I know I have to use WW Message board for these questions but I get faster answers here than there). I need to pass a JSON to the body of the request. Here is sample code:
loHttp = newObject('wwHTTP', 'wwHTTP.prg')

*-- I need to pass the following json to the post.  
cJson = "[{"id": 19, "QtyStock": 100, "Price": 10, "Location":"MYTEST"}]"

*-- This would be the post request URL:
cResponse = loHttp.httppost("192.168.1.167:9000/UpdateInStockQuantity")
How do I pass the json to the body of the request above?

TIA
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Next
Reply
Map
View

Click here to load this message in the networking platform