Hi Team,
I am looking for a fix for the above issue .
See the request and response:
https://api-hft.upstox.com/v2/order/place
{
"quantity": 182,
"product": "I",
"validity": "DAY",
"price": 0,
"tag": "dynamic_trading_intraday",
"instrument_token": "NSE_EQ|IN9623B01058",
"order_type": "MARKET",
"transaction_type": "BUY",
"disclosed_quantity": 0,
"trigger_price": 0,
"is_amo": false
}
The response I get :
Failed to place order: {'status': 'error', 'errors': [{'errorCode': 'UDAPI100500', 'message': 'Intraday order is not allowed on this scrip. Place a delivery order instead.', 'propertyPath': None, 'invalidValue': None, 'error_code': 'UDAPI100500', 'property_path': None, 'invalid_value': None}]}