Get_ForexNextRate

RSP can use this method to retrieve the GloRemit scheduled next rate with the effective date time when the new rate will apply.

Request Description

Parameter NameRequiredMin/Max LengthTypeRemark
UIDM5/50AlphanumericUsername for validation.
PWDM5/50AlphanumericPassword for validation, 3DES encrypted.
rspSignM32/50AlphanumericDigital signature of RSP.
(Please refer to Digital signature)
CurrFromM3/6AlphanumericISO 4217 Currency Code. (Sell)
CurrToM3/6AlphanumericISO 4217 Currency Code. (Buy)

Response Description

 1   <?xml version="1.0" encoding="utf-8"?>
 2   <string xmlns=http://tempuri.org/>
 3     <CurrencyCodeFrom>ISO4217 Code</CurrencyCodeFrom>
 4     <CurrencyCodeTo>ISO4217 Code</CurrencyCodeTo>
 5     <CurrencyRate>Value</CurrencyRate>
 6     <EffectiveDateTime>Value</EffectiveDateTime>
 7   </string> 
Parameter NameRequiredTypeRemark
CurrFromMAlphanumericCurrency code according to ISO 4217.
CurrToMAlphanumericCurrency code according to ISO 4217.
CurrRateMNumericThe exchange rate according to currency pair, up to 4 decimal points.
EffectiveDateTimeMAlphanumericEffective Date Time
Date Format: MM/dd/YYYY HH:MM

M= Mandatory, C= Conditional, O= Optional