Skip to main content

Deliver Orders

DeliverOrders

This method creates invoices, payment plans, or account credit purchases based on the orders sent to it.


Input

DeliveryRequest

FieldRTypeDescription
OrdersToDeliver*Collection of DeliverOrderInformationSee DeliverOrderInformation
InvoiceDistributionType-InvoiceDistributionTypeSee InvoiceDistributionType.

Output

DeliveryResponse

FieldRTypeDescription
OrdersDelivered*Array of DeliverOrderResultSee DeliverOrderResult.

Structures

DeliverOrderInformation

FieldRTypeDescription
ClientId*Long(7)ID that identifies a client in the Svea Payments system.
SveaOrderId*Long(10)Unique ID for the created order. Used for any further order webservice requests.
OrderType-OrderTypeSee OrderType.
PrintType-IntegerInteger specifying the print setting for the current order. When set it will override any print settings for the client. Only applicable when delivering invoices. Possible values: 0 – Svea prints, 1 – Client prints. Optional for EU-clients, ignored for Legacy.
Notes-String(200)Notes from the client to the customer that will appear on the invoice. If not supplied (or null), the order's Notes will be used instead. Ignored unless OrderType is Invoice.