Not able to place Bracket Order using .NET API

ncjanardhan
I am not able to place the bracket order using the following code:

Dictionary response = kite.PlaceOrder(
Exchange: "NSE",
TradingSymbol: "IDEA",
TransactionType: "BUY",
Quantity: "30",
Price: currentPrice.ToString(),
Product: "MIS",
OrderType: "LIMIT",
SquareOffValue: (0.1d).ToString(),
StoplossValue: (5d).ToString(),
Variety: "BO",
Validity: "DAY");

I am getting an error saying that the route was not found.
This discussion has been closed.