POST api/Aquanow
Request Information
URI Parameters
None.
Body Parameters
DepositNotification| Name | Description | Type | Additional information |
|---|---|---|---|
| quantity | decimal number |
None. |
|
| subaccount | string |
None. |
|
| fiatReceivable | decimal number |
None. |
|
| executableQuantity | decimal number |
None. |
|
| txId | string |
None. |
|
| paymentId | string |
None. |
|
| symbol | string |
None. |
|
| strategy | string |
None. |
|
| txHash | string |
None. |
|
| txTime | integer |
None. |
|
| address | string |
None. |
|
| fiatReceived | decimal number |
None. |
|
| transactionType | string |
None. |
|
| tradePrice | decimal number |
None. |
|
| username | string |
None. |
|
| adminApproval | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"quantity": 1.0,
"subaccount": "sample string 2",
"fiatReceivable": 3.0,
"executableQuantity": 4.0,
"txId": "sample string 5",
"paymentId": "sample string 6",
"symbol": "sample string 7",
"strategy": "sample string 8",
"txHash": "sample string 9",
"txTime": 10,
"address": "sample string 11",
"fiatReceived": 12.0,
"transactionType": "sample string 13",
"tradePrice": 14.0,
"username": "sample string 15",
"adminApproval": "sample string 16"
}
application/xml, text/xml
Sample:
<DepositNotification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/E2eCallbacksAPI.Models.Aquanow"> <address>sample string 11</address> <adminApproval>sample string 16</adminApproval> <executableQuantity>4</executableQuantity> <fiatReceivable>3</fiatReceivable> <fiatReceived>12</fiatReceived> <paymentId>sample string 6</paymentId> <quantity>1</quantity> <strategy>sample string 8</strategy> <subaccount>sample string 2</subaccount> <symbol>sample string 7</symbol> <tradePrice>14</tradePrice> <transactionType>sample string 13</transactionType> <txHash>sample string 9</txHash> <txId>sample string 5</txId> <txTime>10</txTime> <username>sample string 15</username> </DepositNotification>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |