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

Drukuj

.NET Framework Class Library

ISalesController.Get Method

Overload List

 

Name

Description

Public method

Get()

Metoda umożliwia pobranie wszystkich dokumentów sprzedaży.

[GET] /api/Sales

Public method

Get(Int32)

Metoda umożliwia pobranie dokumentu sprzedaży o podanym id. Obsługiwane są dokumenty sprzedaży o charakterze: DEX, FVSM, FVS, FVW, SKO, SKW, PAR, SRS, REX, RUS i WDT.

[GET] /api/Sales?id=id_dokumentu

Public method

Get(String, Boolean)

Metoda umożliwia pobranie dokumentu sprzedaży o podanym numerze dokumentu. Obsługiwane są dokumenty sprzedaży o charakterze: DEX, FVSM, FVS, FVW, SKO, SKW, PAR, SRS, REX, RUS i WDT.

[GET] /api/Sales?number=numer_dokumentu

See Also

ISalesController Interface

ISalesController Members

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