Sage.PL.WebAPI.Interface.Interfaces Namespace > ILicenceController Interface > ILicenceController Methods > Get Method 

Drukuj

.NET Framework Class Library

ILicenceController.Get Method

Metoda umożliwia sprawdzenie załadowanych licencji.

[GET] /api/Licence

Namespace: Sage.PL.WebAPI.Interface.Interfaces

Assembly:  Sage.PL.WebAPI.Interface (in Sage.PL.WebAPI.Interface.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ę załadowanych licencji.

See Also

ILicenceController Interface

ILicenceController Members

Sage.PL.WebAPI.Interface.Interfaces Namespace