ePages 6.17.13 - DE_EPAGES/Order/API/WebService/OrderDocumentService7.pm

Package DE_EPAGES::Order::API::WebService::OrderDocumentService7

Implements the OrderDocument WebService.

Base
DE_EPAGES::Order::API::WebService::OrderDocumentService6

Functions

new
update

new

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

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

update

WebService-Method: update Updates a list of Order Documents. This method updates

Syntax
$SoapData = $self->update( $aOrders )
Input
$aOrders (ref.array.string)
list of Order Document info (path and
data to update)
Return
$SoapData (SOAP::Data)
a SOAP::Data structure with the
update status of all given Orders