PlaceOrder API gives blank output
-
@admin Please test in Python and replay. I tried today again its still not working..
-
HI @VIJAY-KADTAN We tested it in postman.
-
@admin Your request shown not looks in Python..Which language should use?
-
Hi @VIJAY-KADTAN It is working fine at our end as posted above the requests and the response.
-
@VIJAY-KADTAN
request:
{
"variety":"NORMAL",
"tradingsymbol":"BANKNIFTY26AUG2132500PE",
"symboltoken":"50616",
"transactiontype":"BUY",
"exchange":"NFO",
"ordertype":"MARKET",
"producttype":"CARRYFORWARD",
"duration":"DAY",
"quantity":"25"
}res:
{
"status": true,
"message": "SUCCESS",
"errorcode": "",
"data": {
"script": "BANKNIFTY26AUG2132500PE",
"orderid": "210825000000026"
} -
@admin I made changes (quantity 1 ->25) but still response is BLANK..
Also suggest you for any any issue..never give BLANK response, response should be Failure with reason or at least ERROR ..but never give BLANK response..It is very dangerous when project goes live.. -
HI @VIJAY-KADTAN Your entered qty is 1, Try below request and update us:
{
"variety":"NORMAL",
"tradingsymbol":"BANKNIFTY26AUG2132500PE",
"symboltoken":"50616",
"transactiontype":"BUY",
"exchange":"NFO",
"ordertype":"MARKET",
"producttype":"CARRYFORWARD",
"duration":"DAY",
"quantity":"25"
} -
@admin V187845
-
HI @VIJAY-KADTAN Kindly post your client id we will connect you.
-
Hi @VIJAY-KADTAN We need to test your code.We will update you on this once we test it.