 | CustomerServiceExportCustomerSiteRouteAssignmentChanges Method |
Exports Customer Site Route Assignments 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)
Syntaxpublic IList<CustomerSiteRouteAssignmentPartialEntity> ExportCustomerSiteRouteAssignmentChanges(
string authenticationKey,
int maxRecordsOut
)
Public Function ExportCustomerSiteRouteAssignmentChanges (
authenticationKey As String,
maxRecordsOut As Integer
) As IList(Of CustomerSiteRouteAssignmentPartialEntity)
Parameters
- authenticationKey
- Type: SystemString
Authentication Key - maxRecordsOut
- Type: SystemInt32
Max Records to Export
Return Value
Type:
IListCustomerSiteRouteAssignmentPartialEntityList of changed CustomerSiteRouteAssignmentPartialEntity
See Also