POST api/Registration/Withdraw
Request Information
URI Parameters
None.
Body Parameters
modwithdrawal| Name | Description | Type | Additional information |
|---|---|---|---|
| Userid | string |
None. |
|
| withAmount | decimal number |
None. |
|
| type | string |
None. |
|
| BTCAddress | string |
None. |
|
| TransPassword | string |
None. |
|
| otp | integer |
None. |
|
| bank | string |
None. |
|
| accountno | string |
None. |
|
| ifsc | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Userid": "sample string 1",
"withAmount": 2.0,
"type": "sample string 3",
"BTCAddress": "sample string 4",
"TransPassword": "sample string 5",
"otp": 6,
"bank": "sample string 7",
"accountno": "sample string 8",
"ifsc": "sample string 9"
}
text/html
Sample:
{"Userid":"sample string 1","withAmount":2.0,"type":"sample string 3","BTCAddress":"sample string 4","TransPassword":"sample string 5","otp":6,"bank":"sample string 7","accountno":"sample string 8","ifsc":"sample string 9"}
application/xml, text/xml
Sample:
<modwithdrawal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CryptoScienceAPI.Models"> <BTCAddress>sample string 4</BTCAddress> <TransPassword>sample string 5</TransPassword> <Userid>sample string 1</Userid> <accountno>sample string 8</accountno> <bank>sample string 7</bank> <ifsc>sample string 9</ifsc> <otp>6</otp> <type>sample string 3</type> <withAmount>2</withAmount> </modwithdrawal>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.