POST api/G3/CalculateCommission
Request Information
URI Parameters
None.
Body Parameters
G3CalculateCommissionRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| SenderBankId | integer |
None. |
|
| RecipientBankId | integer |
None. |
|
| AcceptedCurrency | string |
None. |
|
| WithdrawCurrency | string |
None. |
|
| Amount | decimal number |
None. |
|
| AmountType | string |
None. |
|
| CountryCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SenderBankId": 1,
"RecipientBankId": 2,
"AcceptedCurrency": "sample string 3",
"WithdrawCurrency": "sample string 4",
"Amount": 5.0,
"AmountType": "sample string 6",
"CountryCode": "sample string 7"
}
text/xml
Sample:
<G3CalculateCommissionRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RIA_API.Models.Requests.G3"> <AcceptedCurrency>sample string 3</AcceptedCurrency> <Amount>5</Amount> <AmountType>sample string 6</AmountType> <CountryCode>sample string 7</CountryCode> <RecipientBankId>2</RecipientBankId> <SenderBankId>1</SenderBankId> <WithdrawCurrency>sample string 4</WithdrawCurrency> </G3CalculateCommissionRequest>
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.