GET GetCurrencyMapping?source={source}&target={target}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
source

string

Required

target

string

Required

Body Parameters

None.

Response Information

Resource Description

ResponseOfCurrencyMapping
NameDescriptionTypeAdditional information
Message

string

None.

Status

boolean

None.

Body

CurrencyMapping

None.

Response Formats

application/json, text/json

Sample:
{
  "Message": "sample string 1",
  "Status": true,
  "Body": {
    "BaseCurrencyCode": "sample string 1",
    "ConversionDate": "2025-04-28T16:02:27.1974884+00:00",
    "ConversionRate": 3.0,
    "TargetCurrencyCode": "sample string 4"
  }
}

text/html

Sample:
{"Message":"sample string 1","Status":true,"Body":{"BaseCurrencyCode":"sample string 1","ConversionDate":"2025-04-28T16:02:27.1974884+00:00","ConversionRate":3.0,"TargetCurrencyCode":"sample string 4"}}

application/xml, text/xml

Sample:
<ResponseOfCurrencyMappinghxVPT35K xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PGH.NxtGN.BO.Common">
  <Body xmlns:d2p1="http://schemas.datacontract.org/2004/07/PGH.NxtGN.BO.Settings">
    <d2p1:BaseCurrencyCode>sample string 1</d2p1:BaseCurrencyCode>
    <d2p1:ConversionDate>2025-04-28T16:02:27.1974884+00:00</d2p1:ConversionDate>
    <d2p1:ConversionRate>3</d2p1:ConversionRate>
    <d2p1:TargetCurrencyCode>sample string 4</d2p1:TargetCurrencyCode>
  </Body>
  <Message>sample string 1</Message>
  <Status>true</Status>
</ResponseOfCurrencyMappinghxVPT35K>