Метод | Описание | |
---|---|---|
Changes ( |
GET api/Countries/GetChanges Method returns list of countries, that were changed.
|
|
Countries ( |
GET api/Countries Method returns list of countries.
|
|
Country ( int countryId ) : |
GET api/Countries/{id} Method returns country by Id.
|
|
CountryClient ( ApiContext apiContext ) : IdokladSdk.ApiFilters |
public Changes ( |
||
filter | ||
Результат | RowsResultWrapper |
public Countries ( |
||
paging | ||
Результат | RowsResultWrapper |
public Country ( int countryId ) : |
||
countryId | int | |
Результат |
public CountryClient ( ApiContext apiContext ) : IdokladSdk.ApiFilters | ||
apiContext | ApiContext | |
Результат | IdokladSdk.ApiFilters |