Package DE_EPAGES::PriceList::API::WebService::PriceListService
Implements the PriceList WebService.
Base |
DE_EPAGES::Content::API::WebService::BaseContentService |
Functions
create
WebService-Method: create Creates a list of pricelists.
Syntax |
$SoapData = $self->create( $aPriceLists ) |
Input |
|
Return |
|
delete
WebService-Method: delete Deletes a list of pricelists.
Syntax |
$SoapData = $self->delete( $aPriceLists ) |
Input |
|
Return |
|
exists
WebService-Method: exists Returns exists status of a list of pricelists.
Syntax |
$SoapData = $self->exists( $aPriceLists ) |
Input |
|
Return |
|
getInfo
WebService-Method: getInfo Returns information about a list of pricelists (incl. address, assigned users, attributes).
Syntax |
$SoapData = $self->getInfo( $aPriceLists, $aAttributes, $aLanguageCodes ) |
Input |
|
Return |
|
update
WebService-Method: update Updates a list of pricelists.
Syntax |
$SoapData = $self->update( $aPriceLists ) |
Input |
|
Return |
|