Sage.PL.WebAPI.Interface.Warehouse.Interfaces Namespace > IDeliveriesController Interface > IDeliveriesController Methods > GetInWarehouse Method  > GetInWarehouse Method (String, String)

Drukuj

.NET Framework Class Library

IDeliveriesController.GetInWarehouse Method (String, String)

Metoda umożliwia pobranie listy wszystkich dostaw o niezerowym stanie magazynowym dla magazynu o podanym kodzie i towaru o podanym kodzie.

[GET] /api/Deliveries/InWarehouse?warehouseId=id_magazynu&productId=id_towaru

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 GetInWarehouse ( _
 warehouseCode As String, _
 productCode As String _
As IHttpActionResult

C#

IHttpActionResult GetInWarehouse(
 string warehouseCode,
 string productCode
)

Visual C++

IHttpActionResultGetInWarehouse(
 StringwarehouseCode,
 StringproductCode
)

JavaScript

function getInWarehouse(warehouseCodeproductCode);

Parameters

warehouseCode

Type: System.String

[FromUri] Kod magazynu.

productCode

Type: System.String

[FromUri] Kod towaru.

Return Value

Zwraca kolekcję obiektów DeliveryListElement.

See Also

IDeliveriesController Interface

IDeliveriesController Members

GetInWarehouse Overload

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