Modify Order
to modify the pending order
Header Parameters
Request Body
application/x-www-form-urlencoded
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X PUT "https://example.com/api/oms/modify-order" \ -H "Authorization: Bearer <api Key>:<access token>" \ -H "Content-Type: application/x-www-form-urlencoded" \ -d 'symId=EQT_RELIANCE_EQ_NSE&orderId=string&qty=1&type=limit&validity=day'{
"s": "ok",
"d": {
"msg": "Order Modified Successfully",
"orderId": "210115000000001"
}
}{
"s": "error",
"msg": "Input validation failed. Kindly check your input contains required fields for the request"
}{
"s": "error",
"msg": "Unauthorized"
}{
"s": "error",
"msg": "Too many requests"
}{
"s": "error",
"msg": "Internal server error"
}