ePages 6.12.0 - DE_EPAGES/Customer/API/WebService/CustomerGroupService2.pm

Package DE_EPAGES::Customer::API::WebService::CustomerGroupService2

Implements the Product image WebService.

Base
DE_EPAGES::Customer::API::WebService::CustomerGroupService

Functions

create
delete
exists
new
update

create

WebService-Method: create Creates a list of customers.

Syntax
$SoapData = $self->create( $aCustomers )
Input
$aCustomers (ref.array.string)
list of customer info (data to update)
Return
$SoapData (SOAP::Data)
a SOAP::Data structure with the
create status of all given customers

delete

WebService-Method: delete Deletes a list of customer groups.

Syntax
$SoapData = $self->delete( $aGroups )
Input
$aGroups (ref.array.string)
list of customer group Aliases
Return
$SoapData (SOAP::Data)
a SOAP::Data structure with the
delete status of all given customer groups

exists

WebService-Method: exists Returns exists status of a list of customers.

Syntax
$SoapData = $self->exists( $aGroups )
Input
$aGroups (ref.array.string)
list of group aliases
Return
$SoapData (SOAP::Data)
a SOAP::Data structure with the
exist status of all given groups

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::CustomerGroupService2->new( %Options );
Input
%Options (hash)
user-defined values
Return
$Service (object)
web service object

update

WebService-Method: update Updates a list of customer groups.

Syntax
$SoapData = $self->update( $aGroup )
Input
$aGroup (ref.array.string)
list of customer group info (alias and
data to update)
Return
$SoapData (SOAP::Data)
a SOAP::Data structure with the
update status of all given customer groups