Sage.PL.WebAPI.Interface.Warehouse.Interfaces Namespace > IDeliveriesController Interface > IDeliveriesController Members

Drukuj

.NET Framework Class Library

IDeliveriesController Members

Methods

 

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

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