GetCustomersBySynchronisation

From
(Difference between revisions)
Jump to: navigation, search
(Description)
(Description)
Line 4: Line 4:
 
== Description ==
 
== Description ==
 
Get a customer, specified by the customer's Account ID, retrieved from the customer synchronisation table.
 
Get a customer, specified by the customer's Account ID, retrieved from the customer synchronisation table.
If the last parameter is not null, the customer retrieved must have a Primary Key greater than the afterPK.
+
If the last parameter, i.e. afterPK, is not null, the customer retrieved must have a Primary Key greater than the afterPK.
  
 
== Parameters ==
 
== Parameters ==

Revision as of 20:34, 3 January 2006

Contents

Method

GetCustomersBySynchronisationResult getCustomersBySynchronisation(UserIDBean userID, String synchronisationID, String synchronisationReference, String afterPK)

Description

Get a customer, specified by the customer's Account ID, retrieved from the customer synchronisation table. If the last parameter, i.e. afterPK, is not null, the customer retrieved must have a Primary Key greater than the afterPK.

Parameters

Type Name Description
UserIDBean userID The admin username and password.
CustomerSynchronisationBean Array customers An array of synchronisation beans, indicating which records are to be marked as synchronized, and attaching any external custom data that is needed.

Return Value

AckCustomerSynchronisationResult

MediaWiki Appliance - Powered by TurnKey Linux