Sage.PL.WebAPI.Interface.FKF.Documents.Interfaces Namespace > IFKDocumentsController Interface > IFKDocumentsController Methods > Get Method  > Get Method (Int32, Int32)

Drukuj

.NET Framework Class Library

IFKDocumentsController.Get Method (Int32, Int32)

Metoda umożliwia pobranie dokumentu o podanym id z roku o podanym id.

[GET] /api/FKDocuments?id=id_słownika&yearId=id_roku

[FromUri] Id dokumentu.[FromUri] Id roku.

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

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

Syntax

Visual Basic

Function Get ( _
 id As Integer, _
 yearId As Integer _
As IHttpActionResult

C#

IHttpActionResult Get(
 int id,
 int yearId
)

Visual C++

IHttpActionResultGet(
 int id,
 int yearId
)

JavaScript

function get(idyearId);

Parameters

id

Type: System.Int32

yearId

Type: System.Int32

Return Value

Zwraca obiekt dokumentu Document.

See Also

IFKDocumentsController Interface

IFKDocumentsController Members

Get Overload

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