<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>JSON format in Windev</title>
        <description> Dear Wcoders,
Good day, below code is working fine in using Postman(getting 200 OK response)., but in the request..Content in Windev it is getting an Error 400., kindly pls. advise the proper format in the code.

 ==================================

		{
		&amp;quot;refCode&amp;quot;: &amp;quot;1521&amp;quot;,  
		&amp;quot;dateDgr&amp;quot;: 1631367106,  
		&amp;quot;header&amp;quot;: {
		&amp;quot;gprId&amp;quot;: &amp;quot;988&amp;quot;, 
		&amp;quot;billToFreeText&amp;quot;: &amp;quot;&amp;quot;, 
		&amp;quot;shipToFreeText&amp;quot;: &amp;quot;&amp;quot;, 
		&amp;quot;paymentTerms&amp;quot;: &amp;quot;219801&amp;quot;, 
		&amp;quot;creditPeriodDays&amp;quot;: &amp;quot;0&amp;quot;, 
		&amp;quot;rem&amp;quot;: null
		},
		&amp;quot;lines&amp;quot;: [
		{
		&amp;quot;barcode&amp;quot;: &amp;quot;0111013&amp;quot;, 
		&amp;quot;qty&amp;quot;: &amp;quot;1&amp;quot;,
		&amp;quot;freeQtyManual&amp;quot;: &amp;quot;0&amp;quot;,
		&amp;quot;unitPriceAlc&amp;quot;: &amp;quot;359.6&amp;quot;,
		&amp;quot;unitPriceAfc&amp;quot;: &amp;quot;0&amp;quot; ,
		&amp;quot;rem&amp;quot;: null,
		&amp;quot;itemsDiscAlc&amp;quot;: &amp;quot;0&amp;quot;,
		&amp;quot;itemsDiscAfc&amp;quot;: &amp;quot;0&amp;quot;,
		&amp;quot;taxAlc&amp;quot;: &amp;quot;7.98&amp;quot;,
		&amp;quot;taxAfc&amp;quot;: &amp;quot;0&amp;quot; 
        }
        ]
    }
   
        
		


=================================</description>
        <link>https://www.wxforum.info/read.php?34753,795275,795275#msg-795275</link>
        <lastBuildDate>Wed, 20 May 2026 12:26:55 +0200</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://www.wxforum.info/read.php?34753,795275,796968#msg-796968</guid>
            <title>Re: JSON format in Windev</title>
            <link>https://www.wxforum.info/read.php?34753,795275,796968#msg-796968</link>
            <description><![CDATA[ Hi  the json looks fine.what are you doing in windev  as prob there is the problem  Show us some code please]]></description>
            <dc:creator>renko</dc:creator>
            <category>Links to Wx-related Forums &amp; Sites</category>
            <pubDate>Wed, 22 Feb 2023 10:08:30 +0100</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?34753,795275,795275#msg-795275</guid>
            <title>JSON format in Windev</title>
            <link>https://www.wxforum.info/read.php?34753,795275,795275#msg-795275</link>
            <description><![CDATA[ Dear Wcoders,<br />
Good day, below code is working fine in using Postman(getting 200 OK response)., but in the request..Content in Windev it is getting an Error 400., kindly pls. advise the proper format in the code.<br />
<br />
 ==================================<br />
<br />
		{<br />
		&quot;refCode&quot;: &quot;1521&quot;,  <br />
		&quot;dateDgr&quot;: 1631367106,  <br />
		&quot;header&quot;: {<br />
		&quot;gprId&quot;: &quot;988&quot;, <br />
		&quot;billToFreeText&quot;: &quot;&quot;, <br />
		&quot;shipToFreeText&quot;: &quot;&quot;, <br />
		&quot;paymentTerms&quot;: &quot;219801&quot;, <br />
		&quot;creditPeriodDays&quot;: &quot;0&quot;, <br />
		&quot;rem&quot;: null<br />
		},<br />
		&quot;lines&quot;: [<br />
		{<br />
		&quot;barcode&quot;: &quot;0111013&quot;, <br />
		&quot;qty&quot;: &quot;1&quot;,<br />
		&quot;freeQtyManual&quot;: &quot;0&quot;,<br />
		&quot;unitPriceAlc&quot;: &quot;359.6&quot;,<br />
		&quot;unitPriceAfc&quot;: &quot;0&quot; ,<br />
		&quot;rem&quot;: null,<br />
		&quot;itemsDiscAlc&quot;: &quot;0&quot;,<br />
		&quot;itemsDiscAfc&quot;: &quot;0&quot;,<br />
		&quot;taxAlc&quot;: &quot;7.98&quot;,<br />
		&quot;taxAfc&quot;: &quot;0&quot; <br />
        }<br />
        ]<br />
    }<br />
   <br />
        <br />
		<br />
<br />
<br />
=================================]]></description>
            <dc:creator>mitchlove</dc:creator>
            <category>Links to Wx-related Forums &amp; Sites</category>
            <pubDate>Sun, 12 Sep 2021 12:36:11 +0200</pubDate>
        </item>
    </channel>
</rss>
