Sage.PL.WebAPI.Interface.Products.Interfaces Namespace > IPriceListsController Interface > IPriceListsController Methods > IncrementalSync Method 

Drukuj

.NET Framework Class Library

IPriceListsController.IncrementalSync Method

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

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

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

Assembly:  Sage.PL.WebAPI.Interface.Products (in Sage.PL.WebAPI.Interface.Products.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 PriceListListElement.

See Also

IPriceListsController Interface

IPriceListsController Members

Sage.PL.WebAPI.Interface.Products.Interfaces Namespace