Skip to main content

Update Order Rows

UpdateOrderRows

This method updates order rows in an existing order in the Svea Payments system. The original order rows are updated with the corresponding NumberedOrderRow based on the RowNumber field. If the new order amount exceeds the remaining amount on the order, a new credit check is made.


Input

UpdateOrderRowsRequest

FieldRTypeDescription
SveaOrderId*Long(10)Unique ID for the created order. Used for any further order webservice requests.
OrderType-OrderTypeSee OrderType. Not required for EU-clients.
ClientId*Long(7)ID that identifies a client in the Svea Payments system.
UpdatedOrderRows*Array of NumberedOrderRowOrder rows for an order. See NumberedOrderRow.

Output

UpdateOrderRowsResponse

FieldRTypeDescription
(Empty)--

Structures

NumberedOrderRow (Inherits from OrderRow)

FieldURTypeDescription
CreditInvoiceId--Nullable of Long(10)Reference to credit invoice if OrderType is Invoice.
InvoiceId--Nullable of Long(10)Reference to Invoice if OrderType is Invoice.
RowNumber*-Long(4)
Status--OrderRowStatusThis is returned by the Svea Payments system and should not be populated in UpdateOrderRowsRequest.