CancelAllOrders
The account ID.
The Order Management System ID.
curl -L \ --request POST \ --url 'CancelAllOrders' \ --header 'Content-Type: application/json' \ --data '{ "AccountId": 0, "OMSId": 0 }'
{ "result": true, "errormsg": "", "errorcode": 0, "detail": "" }