The Order Management System ID.
The user ID.
The account ID.
The globally unique ID (GUID) of the withdrawal.
{"result":true,"errormsg":"Operation Failed","errorcode":101,"detail":"Withdraw Ticket not found for OmsId, AccountId, RequestCode"}
POST / HTTP/1.1 Host: CancelWithdraw Content-Type: application/json Accept: */* Content-Length: 70 { "OMSId": 1, "UserId": 1, "AccountId": 1, "RequestCode": "Request Code GUID" }
Successful cancellation request receipt.
{ "result": true, "errormsg": "Operation Failed", "errorcode": 101, "detail": "Withdraw Ticket not found for OmsId, AccountId, RequestCode" }