<?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>Sending Big Int Value(17002732024) in JSON</title><link>https://community.appian.com/discussions/f/integrations/24608/sending-big-int-value-17002732024-in-json</link><description>Hi All, 
 I have to make an REST API call with an integer value 17002732024, it cannot be passed as string as the receiver wont accept it. Do we have any way to achieve this. I am able to call this API as expected from Postman but when tried from Integration</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Sending Big Int Value(17002732024) in JSON</title><link>https://community.appian.com/thread/95143?ContentTypeID=1</link><pubDate>Mon, 16 May 2022 17:13:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:96880728-bb5e-4a16-8924-aa4fe3de609c</guid><dc:creator>mahas0001</dc:creator><description>&lt;p&gt;Was able to fix it-&lt;/p&gt;
&lt;p&gt;Instead of passing key value pair(JSON) in Integration body, create a JSON&amp;nbsp;STRING&amp;nbsp;in process and pass it to Integration rule input. It&amp;nbsp;will pass&amp;nbsp;the exact value&amp;nbsp;17002732024 to API.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;quot;{
&amp;quot;&amp;quot;bigIntNumber&amp;quot;&amp;quot;:17002732024
}&amp;quot;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;It seems Integration object body checks JSON structure limitations.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>