Package DE_EPAGES::PriceList::API::WebService::PriceListAssignmentService2
Implements the PriceList Assignment WebService.
Base |
DE_EPAGES::PriceList::API::WebService::PriceListAssignmentService |
Functions
new
Creates a new web service object as a blessed hash reference and adds the values from the %Options hash.
Syntax |
$Service = DE_EPAGES::PriceList::API::WebService::PriceListAssignmentService->new( %Options ); |
Input |
|
Return |
|
updateQuantityDiscounts
WebService-Method: update Updates the quantity discounts of a list of products/pricelists.
Syntax |
$SoapData = $self->updateQuantityDiscounts( $aProducts ) |
Input |
|
Return |
|
updateScalePrices
WebService-Method: update Updates the scale prices of a list of products/pricelists.
Syntax |
$SoapData = $self->updateScalePrices( $aProducts ) |
Input |
|
Return |
|
updateValueDiscounts
WebService-Method: update Updates the value discounts of a list of products/pricelists.
Syntax |
$SoapData = $self->updateValueDiscounts( $aProducts ) |
Input |
|
Return |
|