GET api/CountryCurrency/GetCountryCurrencyMapping?f={f}&t={t}

Get country currency mapping list.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
f

string

Required

t

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of CmsCountryCurrencyInfo
NameDescriptionTypeAdditional information
CurrencyCode

string

None.

CountryCode

string

None.

CountryName

string

None.

CurrencyName

string

None.

Source

string

None.

CountryBloc

string

None.

CurrencyBloc

string

None.

SwapCurveName

string

None.

GovtFreq

string

None.

SwapFreq

string

None.

MarketType

string

None.

WorldBankRegion

string

None.

WorldBankIncomeCategory

string

None.

WorldBankLendingGroup

string

None.

CountryID

integer

None.

CountryCode2

string

None.

CountryISONumber

string

None.

CurrencyID

integer

None.

CurrencyCode2

string

None.

CurrencyISONumber

string

None.

PrimaryCountryCode

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "CurrencyCode": "sample string 1",
    "CountryCode": "sample string 2",
    "CountryName": "sample string 3",
    "CurrencyName": "sample string 4",
    "Source": "sample string 5",
    "CountryBloc": "sample string 6",
    "CurrencyBloc": "sample string 7",
    "SwapCurveName": "sample string 8",
    "GovtFreq": "sample string 9",
    "SwapFreq": "sample string 10",
    "MarketType": "sample string 11",
    "WorldBankRegion": "sample string 12",
    "WorldBankIncomeCategory": "sample string 13",
    "WorldBankLendingGroup": "sample string 14",
    "CountryID": 15,
    "CountryCode2": "sample string 16",
    "CountryISONumber": "sample string 17",
    "CurrencyID": 18,
    "CurrencyCode2": "sample string 19",
    "CurrencyISONumber": "sample string 20",
    "PrimaryCountryCode": "sample string 21"
  },
  {
    "CurrencyCode": "sample string 1",
    "CountryCode": "sample string 2",
    "CountryName": "sample string 3",
    "CurrencyName": "sample string 4",
    "Source": "sample string 5",
    "CountryBloc": "sample string 6",
    "CurrencyBloc": "sample string 7",
    "SwapCurveName": "sample string 8",
    "GovtFreq": "sample string 9",
    "SwapFreq": "sample string 10",
    "MarketType": "sample string 11",
    "WorldBankRegion": "sample string 12",
    "WorldBankIncomeCategory": "sample string 13",
    "WorldBankLendingGroup": "sample string 14",
    "CountryID": 15,
    "CountryCode2": "sample string 16",
    "CountryISONumber": "sample string 17",
    "CurrencyID": 18,
    "CurrencyCode2": "sample string 19",
    "CurrencyISONumber": "sample string 20",
    "PrimaryCountryCode": "sample string 21"
  }
]

application/xml, text/xml

Sample:
<ArrayOfCmsCountryCurrencyInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BondEdge.Equity">
  <CmsCountryCurrencyInfo>
    <CountryBloc>sample string 6</CountryBloc>
    <CountryCode>sample string 2</CountryCode>
    <CountryCode2>sample string 16</CountryCode2>
    <CountryID>15</CountryID>
    <CountryISONumber>sample string 17</CountryISONumber>
    <CountryName>sample string 3</CountryName>
    <CurrencyBloc>sample string 7</CurrencyBloc>
    <CurrencyCode>sample string 1</CurrencyCode>
    <CurrencyCode2>sample string 19</CurrencyCode2>
    <CurrencyID>18</CurrencyID>
    <CurrencyISONumber>sample string 20</CurrencyISONumber>
    <CurrencyName>sample string 4</CurrencyName>
    <GovtFreq>sample string 9</GovtFreq>
    <MarketType>sample string 11</MarketType>
    <PrimaryCountryCode>sample string 21</PrimaryCountryCode>
    <Source>sample string 5</Source>
    <SwapCurveName>sample string 8</SwapCurveName>
    <SwapFreq>sample string 10</SwapFreq>
    <WorldBankIncomeCategory>sample string 13</WorldBankIncomeCategory>
    <WorldBankLendingGroup>sample string 14</WorldBankLendingGroup>
    <WorldBankRegion>sample string 12</WorldBankRegion>
  </CmsCountryCurrencyInfo>
  <CmsCountryCurrencyInfo>
    <CountryBloc>sample string 6</CountryBloc>
    <CountryCode>sample string 2</CountryCode>
    <CountryCode2>sample string 16</CountryCode2>
    <CountryID>15</CountryID>
    <CountryISONumber>sample string 17</CountryISONumber>
    <CountryName>sample string 3</CountryName>
    <CurrencyBloc>sample string 7</CurrencyBloc>
    <CurrencyCode>sample string 1</CurrencyCode>
    <CurrencyCode2>sample string 19</CurrencyCode2>
    <CurrencyID>18</CurrencyID>
    <CurrencyISONumber>sample string 20</CurrencyISONumber>
    <CurrencyName>sample string 4</CurrencyName>
    <GovtFreq>sample string 9</GovtFreq>
    <MarketType>sample string 11</MarketType>
    <PrimaryCountryCode>sample string 21</PrimaryCountryCode>
    <Source>sample string 5</Source>
    <SwapCurveName>sample string 8</SwapCurveName>
    <SwapFreq>sample string 10</SwapFreq>
    <WorldBankIncomeCategory>sample string 13</WorldBankIncomeCategory>
    <WorldBankLendingGroup>sample string 14</WorldBankLendingGroup>
    <WorldBankRegion>sample string 12</WorldBankRegion>
  </CmsCountryCurrencyInfo>
</ArrayOfCmsCountryCurrencyInfo>