POST api/v1/oauthtransferv1/TransferOut

Request Information

URI Parameters

None.

Body Parameters

TransferOutParamDto
NameDescriptionTypeAdditional information
Amount

decimal number

None.

CountryCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Amount": 1.0,
  "CountryCode": "sample string 2"
}

application/xml, text/xml

Sample:
<TransferOutParamDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Smart.Domain.Dto.Others.Odd">
  <Amount>1</Amount>
  <CountryCode>sample string 2</CountryCode>
</TransferOutParamDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.