Sage.PL.WebAPI.Interface.OwnOrders.Interfaces Namespace > IOwnOrdersController Interface > IOwnOrdersController Methods > GetFV Method  > GetFV Method (Int32)

Drukuj

.NET Framework Class Library

IOwnOrdersController.GetFV Method (Int32)

Metoda umożliwia pobranie wszystkich wystawionych FV dla zamówienia własnego o podanym id.

[GET] /api/OwnOrders/FV?orderId=id_zamówienia

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

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

Syntax

Visual Basic

Function GetFV ( _
 orderId As Integer _
As IHttpActionResult

C#

IHttpActionResult GetFV(
 int orderId
)

Visual C++

IHttpActionResultGetFV(
 int orderId
)

JavaScript

function getFV(orderId);

Parameters

orderId

Type: System.Int32

[FromUri] Id zamówienia własnego.

Return Value

Zwraca kolekcję obiektów OwnOrderFV.

See Also

IOwnOrdersController Interface

IOwnOrdersController Members

GetFV Overload

Sage.PL.WebAPI.Interface.OwnOrders.Interfaces Namespace