C# Класс IdokladSdk.Clients.CurrencyClient

Method for currencies.
Наследование: BaseClient
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

Changes() публичный Метод

GET api/Currencies/GetChanges Method returns list of currencies, that were changed.
public Changes ( ChangeFilter filter ) : RowsResultWrapper
filter IdokladSdk.ApiFilters.ChangeFilter
Результат RowsResultWrapper

Currencies() публичный Метод

api/Currencies Method returns list of currencies.
public Currencies ( Paging paging = null ) : RowsResultWrapper
paging IdokladSdk.ApiFilters.Paging
Результат RowsResultWrapper

Currency() публичный Метод

api/Currencies/{id} Method returns currency by Id.
public Currency ( int currencyId ) : Currency
currencyId int
Результат Currency

CurrencyClient() публичный Метод

public CurrencyClient ( ApiContext apiContext ) : System
apiContext ApiContext
Результат System