Sage.PL.WebAPI.Interface.Warehouse.Interfaces Namespace > IWarehouseDocumentsController Interface > IWarehouseDocumentsController Methods > GetFV Method  > GetFV Method (String, Boolean)

Drukuj

.NET Framework Class Library

IWarehouseDocumentsController.GetFV Method (String, Boolean)

Metoda umożliwia pobranie wszystkich wystawionych FV dla dokumentu magazynowego o podanym numerze.

[GET] /api/WarehouseDocuments/FV?documentNumber=numer_dokumentu

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

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

Syntax

Visual Basic

Function GetFV ( _
 documentNumber As String, _
 Optional buffer As Boolean = False _
As IHttpActionResult

C#

IHttpActionResult GetFV(
 string documentNumber,
 bool buffer = false
)

Visual C++

IHttpActionResultGetFV(
 StringdocumentNumber,
 bool buffer = false
)

JavaScript

function getFV(documentNumberbuffer);

Parameters

documentNumber

Type: System.String

[FromUri] Numer dokumentu magazynowego.

buffer (Optional)

Type: System.Boolean

[FromUri] Czy dokument znajduje się w buforze. W przypadku, gdy parametr nie zostanie podany zostanie wybrany dokument o podanym numerze dokumentu, który nie znajduje się w buforze.

Return Value

Zwraca kolekcję obiektów WarehouseDocumentFV.

See Also

IWarehouseDocumentsController Interface

IWarehouseDocumentsController Members

GetFV Overload

Sage.PL.WebAPI.Interface.Warehouse.Interfaces Namespace