S
@Moderator_3
Can you please share a sample payload to place a target order? I used the following one, and it placed the order, but I didn't receive the parent order ID.
{
"exchange": "NSE",
"tradingsymbol": "FEDERALBNK-EQ",
"symboltoken": "1023",
"quantity": "1",
"disclosedquantity": "0",
"price": 203.50,
"lotsize": "1",
"triggerprice": 203.2,
"transactiontype": "SELL",
"ordertype": "LIMIT",
"variety": "NORMAL",
"producttype": "INTRADAY",
"duration": "DAY",
"squareoff": 0,
"stoploss": 0,
"trailingstoploss": 0,
"strikeprice": -1,
"cancelsize": "0",
"averageprice": 0,
"ordertag": "22"
},