C# Class IdokladSdk.Clients.CurrencyClient

Method for currencies.
Inheritance: BaseClient
Afficher le fichier Open project: mholec/idoklad-sdk-csharp

Méthodes publiques

Méthode Description
Changes ( ChangeFilter filter ) : RowsResultWrapper

GET api/Currencies/GetChanges Method returns list of currencies, that were changed.

Currencies ( Paging paging = null ) : RowsResultWrapper

api/Currencies Method returns list of currencies.

Currency ( int currencyId ) : Currency

api/Currencies/{id} Method returns currency by Id.

CurrencyClient ( ApiContext apiContext ) : System

Method Details

Changes() public méthode

GET api/Currencies/GetChanges Method returns list of currencies, that were changed.
public Changes ( ChangeFilter filter ) : RowsResultWrapper
filter IdokladSdk.ApiFilters.ChangeFilter
Résultat RowsResultWrapper

Currencies() public méthode

api/Currencies Method returns list of currencies.
public Currencies ( Paging paging = null ) : RowsResultWrapper
paging IdokladSdk.ApiFilters.Paging
Résultat RowsResultWrapper

Currency() public méthode

api/Currencies/{id} Method returns currency by Id.
public Currency ( int currencyId ) : Currency
currencyId int
Résultat Currency

CurrencyClient() public méthode

public CurrencyClient ( ApiContext apiContext ) : System
apiContext ApiContext
Résultat System