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

Drukuj

.NET Framework Class Library

IFKTaxOfficesController.Get Method

Metoda umożliwia pobranie listy urzędów.

[GET] /api/FKTaxOffices

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 TaxOffice.

See Also

IFKTaxOfficesController Interface

IFKTaxOfficesController Members

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