The Order Management System ID.
The account ID.
The product ID.
The amount to withdraw.
The withdrawal template form.
The template type.
{"result":true,"errormsg":"Invalid Request","errorcode":100,"detail":"Insufficient Balance"}
POST / HTTP/1.1 Host: CreateWithdrawTicket Content-Type: application/json Accept: */* Content-Length: 195 { "OMSId": 1, "AccountId": 1, "ProductId": 1, "Amount": 100, "TemplateForm": { "TemplateType": "ToExternalBitCoinAddress", "Comment": "", "ExternalAddress": "54123214" }, "TemplateType": "ToExternalBitCoinAddress" }
Successful withdrawal ticket creation request receipt.
{ "result": true, "errormsg": "Invalid Request", "errorcode": 100, "detail": "Insufficient Balance" }