AckCustomerSynchronisation

From
(Difference between revisions)
Jump to: navigation, search
 
 
Line 1: Line 1:
******************Basic template for method description********************
 
 
== Method ==
 
== Method ==
Method
+
[[AckCustomerSynchronisationResult]] ackCustomerSynchronisation([[UserIDBean]] userID, [[CustomerSynchronisationBean]][] customers)
  
 
== Description ==
 
== Description ==
Description
+
Marks the specified records on Eservice as synchronized, and will not be returned via the [[getUnsynchronisedCustomers]] method unless their details are changed or updated in some way.
  
 
== Parameters ==
 
== Parameters ==
Line 16: Line 15:
 
|The admin username and password.
 
|The admin username and password.
 
|---- bgcolor=#EDEDFF
 
|---- bgcolor=#EDEDFF
|[[Type]]
+
|[[CustomerSynchronisationBean]] Array
|Name
+
|customers
|Description.
+
|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 ==
 
== Return Value ==
[[ReturnValue]]
+
[[AckCustomerSynchronisationResult]]

Latest revision as of 02:35, 9 June 2005

Contents

[edit] Method

AckCustomerSynchronisationResult ackCustomerSynchronisation(UserIDBean userID, CustomerSynchronisationBean[] customers)

[edit] Description

Marks the specified records on Eservice as synchronized, and will not be returned via the getUnsynchronisedCustomers method unless their details are changed or updated in some way.

[edit] 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.

[edit] Return Value

AckCustomerSynchronisationResult

MediaWiki Appliance - Powered by TurnKey Linux