UpdateCustomer
From
(Difference between revisions)
Latest revision as of 00:24, 8 June 2005
Contents |
[edit] Method
UpdateCustomerResult updateCustomer(UserIDBean userID, CustomerBean customer)
[edit] Description
Attepts to update a customer with new details. All of a customers details can be changed, eve their name, the only thing that must remain cnostant is the customer primary key.
[edit] Parameters
Type | Name | Description |
---|---|---|
UserIDBean | userID | The admin username and password. |
CustomerBean | customer | The new customer details, and the primary key to identify the record to be updated. |