POST FundManagement/FundTransferToAurum
Request Information
URI Parameters
None.
Body Parameters
FundTransferToAurumModel| Name | Description | Type | Additional information |
|---|---|---|---|
| FromTrackId | string |
None. |
|
| ToTrackId | string |
None. |
|
| Amount | decimal number |
None. |
|
| WalletType | string |
None. |
|
| TransactionPassword | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"FromTrackId": "sample string 1",
"ToTrackId": "sample string 2",
"Amount": 3.0,
"WalletType": "sample string 4",
"TransactionPassword": "sample string 5"
}
application/xml, text/xml
Sample:
<DataModels.FundTransferToAurumModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EasyHaatApiSolution.Models"> <Amount>3</Amount> <FromTrackId>sample string 1</FromTrackId> <ToTrackId>sample string 2</ToTrackId> <TransactionPassword>sample string 5</TransactionPassword> <WalletType>sample string 4</WalletType> </DataModels.FundTransferToAurumModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.