Package DE_EPAGES::Order::API::WebService::OrderDocumentService
Implements the OrderDocument WebService.
Base |
DE_EPAGES::Order::API::WebService::BaseOrderService |
Functions
create
WebService-Method: create Creates a list of OrderDocuments.
Syntax |
$SoapData = $self->create($aOrderDocuments); |
Input |
|
Return |
|
delete
WebService-Method: delete Deletes a list of OrderDocuments.
Syntax |
$SoapData = $self->delete($aOrderDocuments); |
Input |
|
Return |
|
exists
WebService-Method: exists Returns exists status of a list of OrderDocuments.
Syntax |
$SoapData = $self->exists($aOrderDocuments); |
Input |
|
Return |
|
getCreditNotes
WebService-Method: getCreditNotes Returns paths of all credit notes of an order.
Syntax |
$SoapData = $self->getCreditNotes($aOrders); |
Input |
|
Return |
|
getInfo
WebService-Method: getInfo Returns information about a list of OrderDocuments (incl. line items, attributes).
Syntax |
$SoapData = $self->getInfo($aOrderDocuments, $aAttributes, $aLanguageCodes); |
Input |
|
Return |
|
getInvoices
WebService-Method: getInvoices Returns paths of all invoices of an order.
Syntax |
$SoapData = $self->getInvoices($aOrders); |
Input |
|
Return |
|
getPackingSlips
WebService-Method: getPackingSlips Returns paths of all packing slips of an order.
Syntax |
$SoapData = $self->getPackingSlips($aOrders); |
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::Order::API::WebService::OrderDocumentService->new( %Options ); |
Input |
|
Return |
|