Sage.PL.WebAPI.Interface.FKF.Common.Interfaces Namespace > IFKCountriesController Interface > IFKCountriesController Methods > Get Method 

Drukuj

.NET Framework Class Library

IFKCountriesController.Get Method

Metoda umożliwia pobranie listy krajów.

[GET] /api/FKCountries

Namespace: Sage.PL.WebAPI.Interface.FKF.Common.Interfaces

Assembly:  Sage.PL.WebAPI.Interface.FKF.Common (in Sage.PL.WebAPI.Interface.FKF.Common.dll) Version: 24.2.1.0 (24.2.1.0)

Syntax

Visual Basic

Function Get As IHttpActionResult

C#

IHttpActionResult Get()

Visual C++

IHttpActionResultGet()

JavaScript

function get();

Return Value

Zwraca kolekcję obiektów Country.

See Also

IFKCountriesController Interface

IFKCountriesController Members

Sage.PL.WebAPI.Interface.FKF.Common.Interfaces Namespace