<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[GTT createRule and modifyRule throwing message&quot;:&quot;no Route matched with those values&quot;]]></title><description><![CDATA[<p dir="auto">I am getting below error when running from JAVA SDK API connect. The same works fine with postman, sharing both outputs below. Please help on urgent basis.</p>
<p dir="auto"><strong>Error Output from JAVA SDK</strong><br />
2026-06-14 20:44:02,492 ERROR com.angelbroking.smartapi.http.SmartAPIRequestHandler [main] Error in POST request. Request URL: <a href="https://apiconnect.angelbroking.com/gtt-service/rest/secure/angelbroking/gtt/v1/createRule" target="_blank" rel="noopener noreferrer nofollow ugc">https://apiconnect.angelbroking.com/gtt-service/rest/secure/angelbroking/gtt/v1/createRule</a>, Request Headers: Content-Type: application/json<br />
Authorization: ██<br />
X-ClientLocalIP: 127.0.0.1<br />
X-ClientPublicIP: 183.82.16.6<br />
X-MACAddress: 6A-8F-7D-08-E6-AF<br />
Accept: application/json<br />
X-PrivateKey: RY6R3LRI<br />
X-UserType: USER<br />
X-SourceID: WEB<br />
, Request Body: {"triggerprice":10834,"price":10834.5,"qty":2,"tradingsymbol":"BAJAJ-AUTO-EQ","disclosedqty":2,"exchange":"NSE","symboltoken":"16669","transactiontype":"BUY","producttype":"DELIVERY","timeperiod":365},Response : {<br />
"message":"no Route matched with those values",<br />
"request_id":"d6015d2367665449d00759760458c124"<br />
}</p>
<p dir="auto"><strong>Output from Postman</strong><br />
Req body<br />
{<br />
"triggerprice": 10834,<br />
"price": 10834.5,<br />
"qty": 2,<br />
"tradingsymbol": "BAJAJ-AUTO-EQ",<br />
"disclosedqty": 2,<br />
"exchange": "NSE",<br />
"symboltoken": "16669",<br />
"transactiontype": "BUY",<br />
"producttype": "DELIVERY",<br />
"timeperiod": 365<br />
}<br />
Response body<br />
{<br />
"status": true,<br />
"message": "SUCCESS",<br />
"errorcode": "",<br />
"data": {<br />
"id": 8922815<br />
}<br />
}</p>
]]></description><link>https://smartapi.angelone.in/smartapi/forum/topic/5602/gtt-createrule-and-modifyrule-throwing-message-no-route-matched-with-those-values</link><generator>RSS for Node</generator><lastBuildDate>Sun, 14 Jun 2026 23:10:42 GMT</lastBuildDate><atom:link href="https://smartapi.angelone.in/smartapi/forum/topic/5602.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 14 Jun 2026 15:30:05 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to GTT createRule and modifyRule throwing message&quot;:&quot;no Route matched with those values&quot; on Sun, 14 Jun 2026 16:08:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://smartapi.angelone.in/smartapi/forum/uid/24886">@skammari</a><br />
Re: <a href="/smartapi/forum/topic/5602/gtt-createrule-and-modifyrule-throwing-message-no-route-matched-with-those-values">GTT createRule and modifyRule throwing message":"no Route matched with those values"</a></p>
<p dir="auto">Observed that the URL from smartapi-java-2.2.6.jar that is being called from Java SDK is below -<br />
<a href="https://apiconnect.angelbroking.com/gtt-service/rest/secure/angelbroking/gtt/v1/createRule" target="_blank" rel="noopener noreferrer nofollow ugc">https://apiconnect.angelbroking.com/gtt-service/rest/secure/angelbroking/gtt/v1/createRule</a></p>
<p dir="auto">Whereas the API documentation mentions below URL, which works with Postman -<br />
<a href="https://apiconnect.angelbroking.com/rest/secure/angelbroking/gtt/v1/createRule" target="_blank" rel="noopener noreferrer nofollow ugc">https://apiconnect.angelbroking.com/rest/secure/angelbroking/gtt/v1/createRule</a></p>
<p dir="auto">The difference in the URL is the extra text  '<strong>gtt-service</strong>'. Please update the smartapi jar, so it works for us. Or suggest any alternatives.</p>
]]></description><link>https://smartapi.angelone.in/smartapi/forum/post/19163</link><guid isPermaLink="true">https://smartapi.angelone.in/smartapi/forum/post/19163</guid><dc:creator><![CDATA[skammari]]></dc:creator><pubDate>Sun, 14 Jun 2026 16:08:31 GMT</pubDate></item></channel></rss>