C# Class IdokladSdk.Clients.ExchangeRateClient

Method for exchange rates.
Inheritance: BaseClient
Datei anzeigen Open project: mholec/idoklad-sdk-csharp

Public Methods

Method Description
ExchangeRate ( int exchangeRateId ) : ExchangeRate

GET api/ExchangeRates/{id} Method returns exchange rate by Id.

ExchangeRateClient ( ApiContext apiContext ) : IdokladSdk.ApiFilters
ExchangeRates ( Paging paging = null ) : RowsResultWrapper

GET api/ExchangeRates Method returns list of exchange rates.

Method Details

ExchangeRate() public method

GET api/ExchangeRates/{id} Method returns exchange rate by Id.
public ExchangeRate ( int exchangeRateId ) : ExchangeRate
exchangeRateId int
return IdokladSdk.ApiModels.ReadOnlyEntites.ExchangeRate

ExchangeRateClient() public method

public ExchangeRateClient ( ApiContext apiContext ) : IdokladSdk.ApiFilters
apiContext ApiContext
return IdokladSdk.ApiFilters

ExchangeRates() public method

GET api/ExchangeRates Method returns list of exchange rates.
public ExchangeRates ( Paging paging = null ) : RowsResultWrapper
paging IdokladSdk.ApiFilters.Paging
return RowsResultWrapper