UpdateCustomer

From
(Difference between revisions)
Jump to: navigation, search
 
 
Line 1: Line 1:
******************Basic template for method description********************
 
 
== Method ==
 
== Method ==
Method
+
[[UpdateCustomerResult]] updateCustomer([[UserIDBean]] userID, [[CustomerBean]] customer)
  
 
== Description ==
 
== 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
|[[Type]]
+
|[[CustomerBean]]
|Name
+
|customer
|Description.
+
|The new customer details, and the primary key to identify the record to be updated.
 
|}
 
|}
  
 
== Return Value ==
 
== Return Value ==
[[ReturnValue]]
+
[[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.

[edit] Return Value

UpdateCustomerResult

MediaWiki Appliance - Powered by TurnKey Linux