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

Drukuj

.NET Framework Class Library

IOrdersController.GetFV Method (String, Boolean)

Metoda umożliwia pobranie wszystkich wystawionych FV dla zamówienia obcego o podanym numerze dokumentu.

[GET] /api/Orders/FV?orderNumber=numer_zamówienia

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

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

Syntax

Visual Basic

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

C#

IHttpActionResult GetFV(
 string orderNumber,
 bool buffer = false
)

Visual C++

IHttpActionResultGetFV(
 StringorderNumber,
 bool buffer = false
)

JavaScript

function getFV(orderNumberbuffer);

Parameters

orderNumber

Type: System.String

[FromUri] Numer zamówienia obcego.

buffer (Optional)

Type: System.Boolean

[FromUri] Czy dokument znajduje się w buforze. W przypadku, gdy parametr nie zostanie podany zostanie wybrane zamówienie obce o podanym numerze dokumentu, które nie znajduje się w buforze.

Return Value

Zwraca kolekcję obiektów OrderFV.

See Also

IOrdersController Interface

IOrdersController Members

GetFV Overload

Sage.PL.WebAPI.Interface.Orders.Interfaces Namespace