<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>23 Oct 2015 16:52:00 Z</lastBuildDate><pubDate>21 Oct 2015 11:26:00 Z</pubDate><description>Hi All,&#13;
&#13;
Good day.&#13;
Below is the HttpRequest that I run in my application and its working fine. I displays the information.&#13;
But I need your help on how to post the data from the generate httprequest.&#13;
Example assetnumber,serialnumber,model, I need to display it in each text box?&#13;
&#13;
{"id":1,"type":"Asset","assetNumber":"1","contractExpiration":null,"macAddress":null,"networkAddress":null,"networkName":null,"notes":"test","purchaseDate":null,"serialNumber":"123123","version":null,"assetstatus":{"id":1,"type":"AssetStatus"},"billingRate":null,"location":{"id":1,"type":"Location","address":null,"city":null,"locationName":"Sample Location ","postalCode":null,"state":null,"defaultPriorityTypeId":null},"model":{"id":1,"type":"Model","assetTypeId":1,"manufacturerId":1,"modelId":1,"modelName":"Model Name","warrantyTypeId":1,"assettype":{"id":1,"type":"AssetType","assetType":"Sample Type"},"manufacturer":{"id":1,"type":"Manufacturer","address":null,"city":null,"country":null,"fax":null,"fullName":"Sample Manufacturer","manufacturerId":1,"name":"Sample","phone":null,"postalCode":null,"state":null,"url":null}},"warrantyType":{"id":1,"type":"WarrantyType"},"clients":[],"isSynchronizationDisabled":false,"isReservable":false,"leaseExpirationDate":null,"warrantyExpirationDate":null,"isNotesVisibleToClients":false,"isDeleted":false,"assetCustomFields":[]}&#13;
&#13;
sResstart is string&#13;
sResstart1 is string&#13;
sResstart = HTTPRequest("http://localhost:8081/helpdesk/WebObjects/Helpdesk.woa/ra/Assets/1?username=admin&amp;password=admin")&#13;
IF sResstart = True THEN&#13;
ResCode is string = HTTPGetResult()&#13;
EDT_NoName1=ResCode&#13;
END&#13;
&#13;
Regards,&#13;
Alvin</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54553-how-post-data-from-httprequest/read.awp</link><title>How to POST the data from HTTPREQUEST</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54553-how-post-data-from-httprequest-54621/read.awp</comments><pubDate>23 Oct 2015 16:52:00 Z</pubDate><description>I try:&#13;
&#13;
// sample code of how to POST to Add a json record, must need wx20 or above&#13;
myRequest is restRequest&#13;
myResponse is r…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54553-how-post-data-from-httprequest-54621/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54553-how-post-data-from-httprequest-54621/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54553-how-post-data-from-httprequest/read.awp">How to POST the data from HTTPREQUEST</source><title>Re: How to POST the data from HTTPREQUEST</title></item></channel></rss>
