X_GetExchangeRate Method

<< Click to Display Table of Contents >>

Navigation:  CXS.Retail.API Assembly > Namespaces > CXS.Retail.API Namespace > Classes > IntegrationService > Methods >

X_GetExchangeRate Method

iVend Retail 6.6 - Web API Help

X_GetExchangeRate Method

Collapse All Expand All Language Filter: All Language Filter: Multiple Language Filter: Visual Basic Language Filter: Visual Basic (Declaration) Language Filter: Visual Basic (Usage) Language Filter: C# Language Filter: C++/CLI

[TCheckBoxFormControlObj] Visual Basic (Declaration)

[TCheckBoxFormControlObj] Visual Basic (Usage)

[TCheckBoxFormControlObj] C#

[TCheckBoxFormControlObj] C++/CLI

CXS.Retail.API Namespace > IntegrationService Class : X_GetExchangeRate Method

The device identifier.

The API token.

The effective date.

The currency identifier.

X_s the get exchange rate.

Syntax

Visual Basic

C#

C++/CLI

'Declaration
Public Function X_GetExchangeRate( _
   ByVal deviceId As String, _
   ByVal apiToken As String, _
   ByVal effectiveDate As Date, _
   ByVal currencyId As String _
As ExchangeRateDTO
'Usage
Dim instance As IntegrationService
Dim deviceId As String
Dim apiToken As String
Dim effectiveDate As Date
Dim currencyId As String
Dim value As ExchangeRateDTO
value = instance.X_GetExchangeRate(deviceId, apiToken, effectiveDate, currencyId)
public ExchangeRateDTO X_GetExchangeRate(
   string deviceId,
   string apiToken,
   DateTime effectiveDate,
   string currencyId
)
public:
ExchangeRateDTO^ X_GetExchangeRate(
   String^ deviceId,
   String^ apiToken,
   DateTime effectiveDate,
   String^ currencyId
)

Parameters

deviceId

The device identifier.

apiToken

The API token.

effectiveDate

The effective date.

currencyId

The currency identifier.

Return Value

ExchangeRateDTO.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IntegrationService Class

IntegrationService Members

Send Feedback