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

Drukuj

.NET Framework Class Library

ISalesController.IncrementalSync Method

Metoda umożliwia pobranie listy dokumentów sprzedaży, które zostały zmodyfikowane lub usunięte od zadanej daty.

[GET] /api/Sales/IncrementalSync?dateFrom=data_od

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 IncrementalSync ( _
 dateFrom As DateTime _
As IHttpActionResult

C#

IHttpActionResult IncrementalSync(
 DateTime dateFrom
)

Visual C++

IHttpActionResultIncrementalSync(
 DateTime dateFrom
)

JavaScript

function incrementalSync(dateFrom);

Parameters

dateFrom

Type: System.DateTime

Return Value

Zwraca kolekcję obiektów IncrementalSyncListElement(T) od typu SaleDocumentListElement.

See Also

ISalesController Interface

ISalesController Members

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