API दस्तावेज़ीकरण
post
/api/v1/Trade/orders/cancelCancels a working order.
Trade
पैरामीटर
version
path · string
आवश्यक
अनुरोध निकाय
{
"accountId": 0,
"orderId": 0
}जवाब
- 202Cancel accepted.application/json
{ "status": "accepted", "message": "Cancel accepted.", "orderId": 1001 } - 400Validation failed.application/json
{ "status": "rejected", "message": "orderId must be positive." }