CancelWithdraw
The Order Management System ID.
The user ID.
The account ID.
The globally unique ID (GUID) of the withdrawal.
curl -L \ --request POST \ --url 'CancelWithdraw' \ --header 'Content-Type: application/json' \ --data '{"OMSId":1,"UserId":1,"AccountId":1,"RequestCode":"Request Code GUID"}'
{ "result": true, "errormsg": "Operation Failed", "errorcode": 101, "detail": "Withdraw Ticket not found for OmsId, AccountId, RequestCode" }