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

Drukuj

.NET Framework Class Library

ISalesController.GetCorrection Method (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

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

Assembly:  Sage.PL.WebAPI.Interface.Sales (in Sage.PL.WebAPI.Interface.Sales.dll) Version: 24.2.1.0 (24.2.1.0)

Syntax

Visual Basic

Function GetCorrection ( _
 id As Integer _
As IHttpActionResult

C#

IHttpActionResult GetCorrection(
 int id
)

Visual C++

IHttpActionResultGetCorrection(
 int id
)

JavaScript

function getCorrection(id);

Parameters

id

Type: System.Int32

[FromUri] Id korekty dokumentu sprzedaży.

Return Value

Zwraca obiekt dokumentu sprzedaży SaleCorrection.

See Also

ISalesController Interface

ISalesController Members

GetCorrection Overload

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