Getting error when place order using web application
-
Can you please provide any update on this issue?
-
Client id: S769044
-
HI @asksameer Post your client id here our team will connect you.
-
@admin
yes. Still facing same issue. -
Hi @asksameer Are you still facing the same issue.
-
@admin
I am getting same error in WEB application.
Response:
{
"status":false,
"message":"Internal Error",
"errorcode":"AB2001",
"data":null
} -
HI @asksameer try to execute this
{
"variety":"NORMAL",
"tradingsymbol":"SBIN-EQ",
"symboltoken":"3045",
"transactiontype":"BUY",
"exchange":"NSE",
"ordertype":"MARKET",
"producttype":"INTRADAY",
"duration":"DAY",
"price":"194.50",
"squareoff":"0",
"stoploss":"0",
"quantity":"1"
} -
@admin
I am dotnet sdk.
CONSOLE c# application:
Order placement works correctly in console application.WEB c# application: If I use web application to place order, it doesnt work.
Request:
{
"orderid":null,
"variety":"NORMAL",
"tradingsymbol":"PHILIPCARB-EQ",
"symboltoken":"2649",
"transactiontype":"BUY",
"exchange":"NSE",
"ordertype":"MARKET",
"producttype":"DELIVERY",
"duration":"DAY",
"price":"0",
"squareoff":"0",
"stoploss":"0",
"quantity":"1",
"triggerprice":null
}Response:
{
"status":false,
"message":"Internal Error",
"errorcode":"AB2001",
"data":null
} -
HI @asksameer can you post more information to evaluate it above information is insufficient to solve the issue.
post your req and response. -
I am not passing jwt token or refresh token when placing orders. Just passing trading api key