POST api/G3/CalculateFeeForCountry
Request Information
URI Parameters
None.
Body Parameters
G3FeeRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| SenderBankId | integer |
None. |
|
| RecipientBankId | integer |
None. |
|
| CountryCode | string |
None. |
|
| AcceptedCurrency | string |
None. |
|
| WithdrawCurrency | string |
None. |
|
| Amount | decimal number |
None. |
|
| OperationType | string |
None. |
|
| AmountType | string |
None. |
|
| FeeCurrency | string |
None. |
|
| Values | Collection of Object |
None. |
Request Formats
application/json, text/json
Sample:
{
"SenderBankId": 1,
"RecipientBankId": 1,
"CountryCode": "sample string 2",
"AcceptedCurrency": "sample string 3",
"WithdrawCurrency": "sample string 4",
"Amount": 5.1,
"OperationType": "sample string 6",
"AmountType": "sample string 7",
"FeeCurrency": "sample string 8",
"Values": {}
}
text/xml
Sample:
<G3FeeRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RIA_API.Models.G3"> <AcceptedCurrency>sample string 3</AcceptedCurrency> <Amount>5.1</Amount> <AmountType>sample string 7</AmountType> <CountryCode>sample string 2</CountryCode> <FeeCurrency>sample string 8</FeeCurrency> <OperationType>sample string 6</OperationType> <RecipientBankId>1</RecipientBankId> <SenderBankId>1</SenderBankId> <Values xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" /> <WithdrawCurrency>sample string 4</WithdrawCurrency> </G3FeeRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.