UpdateCustomer
From
(Difference between revisions)
Line 1: | Line 1: | ||
− | |||
== Method == | == Method == | ||
− | + | [[UpdateCustomerResult]] updateCustomer([[UserIDBean]] userID, [[CustomerBean]] customer) | |
== Description == | == 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. | |
== Parameters == | == Parameters == | ||
Line 16: | Line 15: | ||
|The admin username and password. | |The admin username and password. | ||
|---- bgcolor=#EDEDFF | |---- bgcolor=#EDEDFF | ||
− | |[[ | + | |[[CustomerBean]] |
− | | | + | |customer |
− | | | + | |The new customer details, and the primary key to identify the record to be updated. |
|} | |} | ||
== Return Value == | == Return Value == | ||
− | [[ | + | [[UpdateCustomerResult]] |
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. |