ePages 6.11.0 - DE_EPAGES/Order/API/WebService/OrderDocumentService4.pm

Package DE_EPAGES::Order::API::WebService::OrderDocumentService4

Implements the OrderDocument WebService.

Base
DE_EPAGES::Order::API::WebService::OrderDocumentService

Functions

getInfo
new

getInfo

WebService-Method: getInfo Returns information about a list of OrderDocuments (incl. line items, attributes).

Syntax
$SoapData = $self->getInfo($aOrderDocuments, $aAttributes, $aAddressAttributes, $aLanguageCodes)
Input
$aOrderDocuments (ref.array.string)
list of OrderDocument paths
$aAttributes (ref.array.string)
list of AttributeIDs
$aAddressAttributes (ref.array.string)
list of AttributeIDs
$aLineItemAttributes (ref.array.string)
list of AttributeIDs
$aLanguageCodes (ref.array.string)
list of LanguageCodes
Return
$SoapData (SOAP::Data)
a SOAP::Data structure with the
info of all given OrderDocuments

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