Sage.PL.WebAPI.Interface.Warehouse.Interfaces Namespace > IDeliveriesController Interface > IDeliveriesController Methods > GetInWarehouse Method 

Drukuj

.NET Framework Class Library

IDeliveriesController.GetInWarehouse Method

Overload List

 

Name

Description

Public method

GetInWarehouse(Int32, Int32)

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

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

Public method

GetInWarehouse(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

See Also

IDeliveriesController Interface

IDeliveriesController Members

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