Sage.PL.WebAPI.Interface.Sales.Interfaces Namespace > ISalesController Interface > ISalesController Methods > GetListByRecipient Method 

Drukuj

.NET Framework Class Library

ISalesController.GetListByRecipient Method

Overload List

 

Name

Description

Public method

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

Metoda umożliwia pobranie wszystkich dokumentów sprzedaży z podanego przedziału czasowego wystawionych dla kontrahenta (odbiorcy) o podanym id.

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

Public method

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

Metoda umożliwia pobranie wszystkich dokumentów sprzedaży z podanego przedziału czasowego wystawionych dla kontrahenta (odbiorcy) o podanym kodzie.

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

See Also

ISalesController Interface

ISalesController Members

Sage.PL.WebAPI.Interface.Sales.Interfaces Namespace