I was referring to HTTP status code 200. For placing an order, you will receive an order_id in success response, you may use that and fetch order history as well.
It seems fine at our end. A param can't go missing from the response. It might show full leverage but can't go missing. You can know more about the response parameters here.
Could you please let me know if it's possible to change the tag of an order when the order is in any of the following statuses: ORDER_REJECTED, ORDER_CANCELLED, ORDER_COMPLETE, ORDER_OPEN, ORDER_LAPS…
Both API documentation and Python example mention about "order_type" and "product" fields in the order_list. Go through the place_gtt python example as well here.
Yes, as @shivdas_b mentioned onOrderUpdate won't publish updates on closed or AMO status. I just checked for the limit MCX order and it's publishing updates fine. Go through the order update FAQs her…
Header content type should be URL encoded --header 'Content-Type: application/x-www-form-urlencoded' and form input data should be in the same format as given in the examples.