GetCustomerAttributeNames

From
(Difference between revisions)
Jump to: navigation, search
 
 
Line 1: Line 1:
******************Basic template for method description********************
 
 
== Method ==
 
== Method ==
Method
+
[[GetCustomerAttributeNamesResult]] getCustomerAttributeNames([[UserIDBean]] userID)
  
 
== Description ==
 
== Description ==
Description
+
Returns the list of all custom attribute names for the customer.  These attributes are usually setup during the initial creation of the organisation, and are attached to [[CustomerBean]] objects as arrays of [[AttributeBean]] objects.
  
 
== Parameters ==
 
== Parameters ==
Line 15: Line 14:
 
|userID
 
|userID
 
|The admin username and password.
 
|The admin username and password.
|---- bgcolor=#EDEDFF
 
|[[Type]]
 
|Name
 
|Description.
 
 
|}
 
|}
  
 
== Return Value ==
 
== Return Value ==
[[ReturnValue]]
+
[[GetCustomerAttributeNamesResult]]

Latest revision as of 04:13, 8 June 2005

Contents

[edit] Method

GetCustomerAttributeNamesResult getCustomerAttributeNames(UserIDBean userID)

[edit] Description

Returns the list of all custom attribute names for the customer. These attributes are usually setup during the initial creation of the organisation, and are attached to CustomerBean objects as arrays of AttributeBean objects.

[edit] Parameters

Type Name Description
UserIDBean userID The admin username and password.

[edit] Return Value

GetCustomerAttributeNamesResult

Personal tools
MediaWiki Appliance - Powered by TurnKey Linux