Package DE_EPAGES::Customer::API::WebService::CustomerGroupService2
Implements the Product image WebService.
Base |
DE_EPAGES::Customer::API::WebService::CustomerGroupService |
Functions
create
WebService-Method: create Creates a list of customers.
Syntax |
$SoapData = $self->create( $aCustomers ) |
Input |
|
Return |
|
delete
WebService-Method: delete Deletes a list of customer groups.
Syntax |
$SoapData = $self->delete( $aGroups ) |
Input |
|
Return |
|
exists
WebService-Method: exists Returns exists status of a list of customers.
Syntax |
$SoapData = $self->exists( $aGroups ) |
Input |
|
Return |
|
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 |
|
Return |
|
update
WebService-Method: update Updates a list of customer groups.
Syntax |
$SoapData = $self->update( $aGroup ) |
Input |
|
Return |
|