ePages 6.11.0 - DE_EPAGES/Customer/API/WebService/CustomerService3.pm

Package DE_EPAGES::Customer::API::WebService::CustomerService3

Functions

getInfo
new

getInfo

WebService-Method: getInfo Returns information about a list of customers (incl. address, assigned users, attributes).

Syntax
$SoapData = $self->getInfo( $aCustomers, $aAttributes, $aAddressAttributes, $aLanguageCodes )
Input
$aCustomers (ref.array.string)
list of customer paths
$aAttributes (ref.array.string)
list of AttributeIDs
$aAddressAttributes (ref.array.string)
list of AttributeIDs
$aLanguageCodes (ref.array.string)
list of LanguageCodes
Return
$SoapData (SOAP::Data)
a SOAP::Data structure with the
info of all given customers

new

Creates a new web service object as a blessed hash reference and adds the values from the %Options hash.

Syntax
$Service = DE_EPAGES::Customer::API::WebService::CustomerService3->new( %Options );
Input
%Options (hash)
user-defined values
Return
$Service (object)
web service object