POST api/Order/CreateDeposit
Request Information
URI Parameters
None.
Body Parameters
BalanceCreateRequestName | Description | Type | Additional information |
---|---|---|---|
Login | unsigned integer |
None. |
|
OperationType | OrderOperationType |
None. |
|
Comment | string |
None. |
|
Amount | decimal number |
None. |
|
Ip | string |
None. |
|
Port | integer |
None. |
|
ApiLogin | integer |
None. |
|
ApiPassword | string |
None. |
|
Password | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Login": 1, "OperationType": 2, "Comment": "sample string 2", "Amount": 3.1, "Ip": "sample string 4", "Port": 5, "ApiLogin": 6, "ApiPassword": "sample string 7", "Password": "sample string 8" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true