GetCustomerDetailsUpdatedSince
From
(Difference between revisions)
m |
|||
Line 1: | Line 1: | ||
− | |||
== Method == | == Method == | ||
− | + | [[GetCustomerDetailsUpdatedSinceResult]] getCustomerDetailsUpdatedSince([[UserIDBean]] userID, [[Calendar]] whenLastUpdated) | |
== 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 | ||
− | |[[ | + | |[[Calendar]] |
− | | | + | |whenLastUpdated |
− | | | + | |The earliest time for which we are interested in retieving customers updated after. |
|} | |} | ||
== Return Value == | == Return Value == | ||
− | [[ | + | [[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. |