Click or drag to resize

CustomerServiceExportCustomerSiteRouteAssignmentChanges_Complete Method

Acknowledge receipt of exported Customer Site Route Assignments

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 void ExportCustomerSiteRouteAssignmentChanges_Complete(
	string authenticationKey,
	IList<Guid> customerSiteRouteAssignmentGuids
)

Parameters

authenticationKey
Type: SystemString
Authentication Key
customerSiteRouteAssignmentGuids
Type: System.Collections.GenericIListGuid
CustomerSiteRouteAssignment Guids
See Also