GetCustomerDetailsUpdatedSince

From
(Difference between revisions)
Jump to: navigation, search
 
m
 
Line 1: Line 1:
******************Basic template for method description********************
 
 
== Method ==
 
== Method ==
Method
+
[[GetCustomerDetailsUpdatedSinceResult]] getCustomerDetailsUpdatedSince([[UserIDBean]] userID, [[Calendar]] whenLastUpdated)
  
 
== Description ==
 
== Description ==
Description
+
Gets the full detail of all customers updated since the specified time. A maximum of 1000 customers will be returned, if more than 1000 customers match, TooManyFailure will be returned.
  
 
== Parameters ==
 
== Parameters ==
Line 16: Line 15:
 
|The admin username and password.
 
|The admin username and password.
 
|---- bgcolor=#EDEDFF
 
|---- bgcolor=#EDEDFF
|[[Type]]
+
|[[Calendar]]
|Name
+
|whenLastUpdated
|Description.
+
|The earliest time for which we are interested in retieving customers updated after.
 
|}
 
|}
  
 
== Return Value ==
 
== Return Value ==
[[ReturnValue]]
+
[[GetCustomerDetailsUpdatedSinceResult]]

Latest revision as of 04:07, 7 June 2005

Contents

[edit] Method

GetCustomerDetailsUpdatedSinceResult getCustomerDetailsUpdatedSince(UserIDBean userID, Calendar whenLastUpdated)

[edit] Description

Gets the full detail of all customers updated since the specified time. A maximum of 1000 customers will be returned, if more than 1000 customers match, TooManyFailure will be returned.

[edit] Parameters

Type Name Description
UserIDBean userID The admin username and password.
Calendar whenLastUpdated The earliest time for which we are interested in retieving customers updated after.

[edit] Return Value

GetCustomerDetailsUpdatedSinceResult

MediaWiki Appliance - Powered by TurnKey Linux