Click or drag to resize

CustomerServiceExportCustomerSiteOrderItemChanges Method

Exports Customer Site Order Items changed since last export by this user

Namespace:  AMCS.Elemos.IntegrationService.Services.Customer
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IList<SiteOrderItemPartialEntity> ExportCustomerSiteOrderItemChanges(
	string authenticationKey,
	int maxRecordsOut
)

Parameters

authenticationKey
Type: SystemString
Authentication Key
maxRecordsOut
Type: SystemInt32
Max Records to Export

Return Value

Type: IListSiteOrderItemPartialEntity
List of changed SiteOrderItemPartialEntity
See Also