<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>httppost() with a body of Json</title><link>https://community.appian.com/discussions/f/integrations/10851/httppost-with-a-body-of-json</link><description>I have used the httppost() function with soap calls but for some reason im having difficultys with the one below im not sure what i am missing but i get a &amp;quot;No HTTP resource was found that matches the request URI&amp;quot;. 
 local!customer: {id: 3020, name: &amp;quot;John</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: httppost() with a body of Json</title><link>https://community.appian.com/thread/47448?ContentTypeID=1</link><pubDate>Tue, 08 Aug 2017 16:22:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:427a912d-fa7e-4144-a7ab-e95e66c72dd4</guid><dc:creator>marieh</dc:creator><description>I have figured it out for some reason the parmaNames will not go up to the url. Example: URL/?prelarId=3020&lt;br /&gt;
&lt;br /&gt;
i had to remove the paramNames and paramValues and place them at the end of the endpoint URL.&lt;br /&gt;
&lt;br /&gt;
httppost(&lt;br /&gt;
endpoint: &amp;quot;URL/?prelarId&amp;quot; &amp;amp; &amp;quot;3020&amp;quot;,&lt;br /&gt;
paramNames: {},&lt;br /&gt;
paramValues: {},&lt;br /&gt;
headerNames: {},&lt;br /&gt;
headerValues: {},&lt;br /&gt;
body: a!toJson(value: local!customer),&lt;br /&gt;
user: &amp;quot;Username&amp;quot;,&lt;br /&gt;
password: &amp;quot;Password&amp;quot;,&lt;br /&gt;
domain: &amp;quot;&amp;quot;&lt;br /&gt;
)&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>