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

Drukuj

.NET Framework Class Library

ISalesController.GetCorrection Method

Overload List

 

Name

Description

Public method

GetCorrection(Int32)

Metoda umożliwia pobranie korekty dokumentu sprzedaży o podanym id. Obsługiwane są dokumenty sprzedaży o charakterze: DXK, PRK, SRK, RKS, RXK, FVMK, FKS, FKW, SKK, SKWK, WKS i WDTK.

[GET] /api/Sales/Correction?id=id_korekty_dokumentu

Public method

GetCorrection(String, Boolean)

Metoda umożliwia pobranie korekty dokumentu sprzedaży o podanym numerze dokumentu. Obsługiwane są dokumenty sprzedaży o charakterze: DXK, PRK, SRK, RKS, RXK, FVMK, FKS, FKW, SKK, SKWK, WKS i WDTK.

[GET] /api/Sales/Correction?number=numer_korekty_dokumentu

See Also

ISalesController Interface

ISalesController Members

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