Sage.PL.WebAPI.Interface.Orders.Interfaces Namespace > IOrdersController Interface > IOrdersController Methods > GetListByRecipient Method 

Drukuj

.NET Framework Class Library

IOrdersController.GetListByRecipient Method

Overload List

 

Name

Description

Public method

GetListByRecipient(Int32, Nullable(DateTime), Nullable(DateTime))

Metoda umożliwia pobranie wszystkich zamówień obcych z podanego przedziału czasowego dla kontrahenta (odbiorcy) o podanym id.

[GET] /api/Orders/Filter?recipientId=id_odbiorcy&dateFrom=data_od&dateTo=data_do

Public method

GetListByRecipient(String, Nullable(DateTime), Nullable(DateTime))

Metoda umożliwia pobranie wszystkich zamówień obcych z podanego przedziału czasowego dla kontrahenta (odbiorcy) o podanym kodzie.

[GET] /api/Orders/Filter?recipientCode=kod_odbiorcy&dateFrom=data_od&dateTo=data_do

See Also

IOrdersController Interface

IOrdersController Members

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