POST api/G3/GetAmountsForOperationType

Request Information

URI Parameters

None.

Body Parameters

KwikpayGetAmountsForOperationTypeRequest
NameDescriptionTypeAdditional information
CurrenyFrom

string

None.

CurrenyTo

string

None.

CaucluateToAmount

boolean

None.

Amount

decimal number

None.

ToCountryISO3

string

None.

BranchNo

string

None.

IsCashToCash

boolean

None.

IsCashToBank

boolean

None.

IsCashToCard

boolean

None.

IsGeoMoney

boolean

None.

CardNumber

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CurrenyFrom": "sample string 1",
  "CurrenyTo": "sample string 2",
  "CaucluateToAmount": true,
  "Amount": 4.1,
  "ToCountryISO3": "sample string 5",
  "BranchNo": "sample string 6",
  "IsCashToCash": true,
  "IsCashToBank": true,
  "IsCashToCard": true,
  "IsGeoMoney": true,
  "CardNumber": "sample string 11"
}

text/xml

Sample:
<KwikpayGetAmountsForOperationTypeRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RIA_API.Models.Responses.G3">
  <Amount>4.1</Amount>
  <BranchNo>sample string 6</BranchNo>
  <CardNumber>sample string 11</CardNumber>
  <CaucluateToAmount>true</CaucluateToAmount>
  <CurrenyFrom>sample string 1</CurrenyFrom>
  <CurrenyTo>sample string 2</CurrenyTo>
  <IsCashToBank>true</IsCashToBank>
  <IsCashToCard>true</IsCashToCard>
  <IsCashToCash>true</IsCashToCash>
  <IsGeoMoney>true</IsGeoMoney>
  <ToCountryISO3>sample string 5</ToCountryISO3>
</KwikpayGetAmountsForOperationTypeRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/xml

Sample:

Sample not available.