Sage.PL.WebAPI.Interface.Purchases.Interfaces Namespace > IPurchasesController Interface > IPurchasesController Methods > Get Method  > Get Method (Int32)

Drukuj

.NET Framework Class Library

IPurchasesController.Get Method (Int32)

Metoda umożliwia pobranie dokumentu zakupu o podanym id. Obsługiwane są dokumenty zakupu o charakterze: DIM, FVM, FVR, FVZ, FWZ, RUZ, ZRZ i WNT.

[GET] /api/Purchases?id=id_dokumentu

Namespace: Sage.PL.WebAPI.Interface.Purchases.Interfaces

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

Syntax

Visual Basic

Function Get ( _
 id As Integer _
As IHttpActionResult

C#

IHttpActionResult Get(
 int id
)

Visual C++

IHttpActionResultGet(
 int id
)

JavaScript

function get(id);

Parameters

id

Type: System.Int32

[FromUri] Id dokumentu zakupu.

Return Value

Zwraca obiekt dokumentu zakupu PurchaseDocument.

See Also

IPurchasesController Interface

IPurchasesController Members

Get Overload

Sage.PL.WebAPI.Interface.Purchases.Interfaces Namespace