GetCustomerAttributeNames
From
(Difference between revisions)
Line 1: | Line 1: | ||
− | |||
== Method == | == Method == | ||
− | + | [[GetCustomerAttributeNamesResult]] getCustomerAttributeNames([[UserIDBean]] userID) | |
== 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. | ||
− | |||
− | |||
− | |||
− | |||
|} | |} | ||
== Return Value == | == Return Value == | ||
− | [[ | + | [[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. |