Method | Description | |
---|---|---|
Changes ( |
GET api/Currencies/GetChanges Method returns list of currencies, that were changed.
|
|
Currencies ( |
api/Currencies Method returns list of currencies.
|
|
Currency ( int currencyId ) : Currency |
api/Currencies/{id} Method returns currency by Id.
|
|
CurrencyClient ( ApiContext apiContext ) : System |
public Changes ( |
||
filter | ||
return | RowsResultWrapper |
public Currencies ( |
||
paging | ||
return | RowsResultWrapper |
public Currency ( int currencyId ) : Currency | ||
currencyId | int | |
return | Currency |
public CurrencyClient ( ApiContext apiContext ) : System | ||
apiContext | ApiContext | |
return | System |