iSAMS Orders API
Click here for a complete list of operations.
SplitOrder
Splits an order.
Test
The test form is only available for requests from the local machine.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /global/api/Orders.asmx HTTP/1.1
Host: demo.viare.io
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.estaronline.com/api/orders/SplitOrder"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<SplitOrder xmlns="http://www.estaronline.com/api/orders">
<authenticationToken>string</authenticationToken>
<orderID>int</orderID>
<itemQuantityPairs>
<IdentifierValuePairOfInt32Int32>
<Key>int</Key>
<Value>int</Value>
</IdentifierValuePairOfInt32Int32>
<IdentifierValuePairOfInt32Int32>
<Key>int</Key>
<Value>int</Value>
</IdentifierValuePairOfInt32Int32>
</itemQuantityPairs>
</SplitOrder>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<SplitOrderResponse xmlns="http://www.estaronline.com/api/orders">
<SplitOrderResult>
<Data>
<Order>
<ID xmlns="http://www.estaronline.com/api">int</ID>
<Customer xmlns="http://www.estaronline.com/api">int</Customer>
<OrderDate xmlns="http://www.estaronline.com/api">dateTime</OrderDate>
<Phone xmlns="http://www.estaronline.com/api">string</Phone>
<Email xmlns="http://www.estaronline.com/api">string</Email>
<Status xmlns="http://www.estaronline.com/api">Initiated or Confirmed or InProgress or InvalidCardNumber or Completed or Cancelled or PaymentProcessing or PaymentProcessingError or ToBePrinted or ReadyToDispatch or PersonaliseItems or PendingPaymentProcessing or ExportedToExternal or ShippedToStore or ReceivedInStore or PendingRiskEvaluation or PotentiallyFraudulent or FraudulentOrder or PendingManualPayment or SendInProgress3PL or DispatchInProgress3PL or SendError3PL or UpdateError3PL or OrderSubmitting or ProcessingMOTO or Unknown</Status>
<OrderStatus xmlns="http://www.estaronline.com/api">int</OrderStatus>
<AdminReference xmlns="http://www.estaronline.com/api">string</AdminReference>
<CustomerReference xmlns="http://www.estaronline.com/api">string</CustomerReference>
<AdditionalDetails xmlns="http://www.estaronline.com/api">string</AdditionalDetails>
<FollowUpDate xmlns="http://www.estaronline.com/api">dateTime</FollowUpDate>
<GiftWrapStatus xmlns="http://www.estaronline.com/api">boolean</GiftWrapStatus>
<GiftMessage xmlns="http://www.estaronline.com/api">string</GiftMessage>
<DeliveryInstructions xmlns="http://www.estaronline.com/api">string</DeliveryInstructions>
<Currency xmlns="http://www.estaronline.com/api">string</Currency>
<PaymentMethod xmlns="http://www.estaronline.com/api">int</PaymentMethod>
<Freight xmlns="http://www.estaronline.com/api">decimal</Freight>
<FreightDiscount xmlns="http://www.estaronline.com/api">decimal</FreightDiscount>
<FreightTax xmlns="http://www.estaronline.com/api">decimal</FreightTax>
<FreightIncludingTax xmlns="http://www.estaronline.com/api">decimal</FreightIncludingTax>
<FreightDiscountIncludingTax xmlns="http://www.estaronline.com/api">decimal</FreightDiscountIncludingTax>
<OrderBasedDiscount xmlns="http://www.estaronline.com/api">decimal</OrderBasedDiscount>
<OrderBasedDiscountExcludingTax xmlns="http://www.estaronline.com/api">decimal</OrderBasedDiscountExcludingTax>
<OrderTotal xmlns="http://www.estaronline.com/api">decimal</OrderTotal>
<AuthCode xmlns="http://www.estaronline.com/api">string</AuthCode>
<AuthDate xmlns="http://www.estaronline.com/api">dateTime</AuthDate>
<AuthAmount xmlns="http://www.estaronline.com/api">decimal</AuthAmount>
<DispatchLocation xmlns="http://www.estaronline.com/api">string</DispatchLocation>
<PreviousDispatchPoints xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<FreightProvider xmlns="http://www.estaronline.com/api">string</FreightProvider>
<ClickAndCollectDetails xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<CollectionStore xmlns="http://www.estaronline.com/api">int</CollectionStore>
<CollectionDetails xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<DispatchDate xmlns="http://www.estaronline.com/api">dateTime</DispatchDate>
<CourierTicket xmlns="http://www.estaronline.com/api">string</CourierTicket>
<CourierTickets xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<ParentOrder xmlns="http://www.estaronline.com/api">int</ParentOrder>
<OriginalOrder xmlns="http://www.estaronline.com/api">int</OriginalOrder>
<ChildOrders xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<Fax xmlns="http://www.estaronline.com/api">string</Fax>
<DateCreated xmlns="http://www.estaronline.com/api">dateTime</DateCreated>
<DateModified xmlns="http://www.estaronline.com/api">dateTime</DateModified>
<Website xmlns="http://www.estaronline.com/api">int</Website>
<FraudProfileXML xmlns="http://www.estaronline.com/api">string</FraudProfileXML>
<AllowDiscounts xmlns="http://www.estaronline.com/api">boolean</AllowDiscounts>
<DeliverToRegistrant xmlns="http://www.estaronline.com/api">boolean</DeliverToRegistrant>
<ExternalOrderSource xmlns="http://www.estaronline.com/api">string</ExternalOrderSource>
<ExternalOrderID xmlns="http://www.estaronline.com/api">string</ExternalOrderID>
<Addresses xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<Notes xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<OrderItems xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<Vouchers xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<Transactions xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<Attributes xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<PriorityDescription xmlns="http://www.estaronline.com/api">string</PriorityDescription>
</Order>
<Order>
<ID xmlns="http://www.estaronline.com/api">int</ID>
<Customer xmlns="http://www.estaronline.com/api">int</Customer>
<OrderDate xmlns="http://www.estaronline.com/api">dateTime</OrderDate>
<Phone xmlns="http://www.estaronline.com/api">string</Phone>
<Email xmlns="http://www.estaronline.com/api">string</Email>
<Status xmlns="http://www.estaronline.com/api">Initiated or Confirmed or InProgress or InvalidCardNumber or Completed or Cancelled or PaymentProcessing or PaymentProcessingError or ToBePrinted or ReadyToDispatch or PersonaliseItems or PendingPaymentProcessing or ExportedToExternal or ShippedToStore or ReceivedInStore or PendingRiskEvaluation or PotentiallyFraudulent or FraudulentOrder or PendingManualPayment or SendInProgress3PL or DispatchInProgress3PL or SendError3PL or UpdateError3PL or OrderSubmitting or ProcessingMOTO or Unknown</Status>
<OrderStatus xmlns="http://www.estaronline.com/api">int</OrderStatus>
<AdminReference xmlns="http://www.estaronline.com/api">string</AdminReference>
<CustomerReference xmlns="http://www.estaronline.com/api">string</CustomerReference>
<AdditionalDetails xmlns="http://www.estaronline.com/api">string</AdditionalDetails>
<FollowUpDate xmlns="http://www.estaronline.com/api">dateTime</FollowUpDate>
<GiftWrapStatus xmlns="http://www.estaronline.com/api">boolean</GiftWrapStatus>
<GiftMessage xmlns="http://www.estaronline.com/api">string</GiftMessage>
<DeliveryInstructions xmlns="http://www.estaronline.com/api">string</DeliveryInstructions>
<Currency xmlns="http://www.estaronline.com/api">string</Currency>
<PaymentMethod xmlns="http://www.estaronline.com/api">int</PaymentMethod>
<Freight xmlns="http://www.estaronline.com/api">decimal</Freight>
<FreightDiscount xmlns="http://www.estaronline.com/api">decimal</FreightDiscount>
<FreightTax xmlns="http://www.estaronline.com/api">decimal</FreightTax>
<FreightIncludingTax xmlns="http://www.estaronline.com/api">decimal</FreightIncludingTax>
<FreightDiscountIncludingTax xmlns="http://www.estaronline.com/api">decimal</FreightDiscountIncludingTax>
<OrderBasedDiscount xmlns="http://www.estaronline.com/api">decimal</OrderBasedDiscount>
<OrderBasedDiscountExcludingTax xmlns="http://www.estaronline.com/api">decimal</OrderBasedDiscountExcludingTax>
<OrderTotal xmlns="http://www.estaronline.com/api">decimal</OrderTotal>
<AuthCode xmlns="http://www.estaronline.com/api">string</AuthCode>
<AuthDate xmlns="http://www.estaronline.com/api">dateTime</AuthDate>
<AuthAmount xmlns="http://www.estaronline.com/api">decimal</AuthAmount>
<DispatchLocation xmlns="http://www.estaronline.com/api">string</DispatchLocation>
<PreviousDispatchPoints xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<FreightProvider xmlns="http://www.estaronline.com/api">string</FreightProvider>
<ClickAndCollectDetails xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<CollectionStore xmlns="http://www.estaronline.com/api">int</CollectionStore>
<CollectionDetails xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<DispatchDate xmlns="http://www.estaronline.com/api">dateTime</DispatchDate>
<CourierTicket xmlns="http://www.estaronline.com/api">string</CourierTicket>
<CourierTickets xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<ParentOrder xmlns="http://www.estaronline.com/api">int</ParentOrder>
<OriginalOrder xmlns="http://www.estaronline.com/api">int</OriginalOrder>
<ChildOrders xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<Fax xmlns="http://www.estaronline.com/api">string</Fax>
<DateCreated xmlns="http://www.estaronline.com/api">dateTime</DateCreated>
<DateModified xmlns="http://www.estaronline.com/api">dateTime</DateModified>
<Website xmlns="http://www.estaronline.com/api">int</Website>
<FraudProfileXML xmlns="http://www.estaronline.com/api">string</FraudProfileXML>
<AllowDiscounts xmlns="http://www.estaronline.com/api">boolean</AllowDiscounts>
<DeliverToRegistrant xmlns="http://www.estaronline.com/api">boolean</DeliverToRegistrant>
<ExternalOrderSource xmlns="http://www.estaronline.com/api">string</ExternalOrderSource>
<ExternalOrderID xmlns="http://www.estaronline.com/api">string</ExternalOrderID>
<Addresses xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<Notes xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<OrderItems xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<Vouchers xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<Transactions xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<Attributes xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<PriorityDescription xmlns="http://www.estaronline.com/api">string</PriorityDescription>
</Order>
</Data>
</SplitOrderResult>
</SplitOrderResponse>
</soap:Body>
</soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /global/api/Orders.asmx HTTP/1.1
Host: demo.viare.io
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<SplitOrder xmlns="http://www.estaronline.com/api/orders">
<authenticationToken>string</authenticationToken>
<orderID>int</orderID>
<itemQuantityPairs>
<IdentifierValuePairOfInt32Int32>
<Key>int</Key>
<Value>int</Value>
</IdentifierValuePairOfInt32Int32>
<IdentifierValuePairOfInt32Int32>
<Key>int</Key>
<Value>int</Value>
</IdentifierValuePairOfInt32Int32>
</itemQuantityPairs>
</SplitOrder>
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<SplitOrderResponse xmlns="http://www.estaronline.com/api/orders">
<SplitOrderResult>
<Data>
<Order>
<ID xmlns="http://www.estaronline.com/api">int</ID>
<Customer xmlns="http://www.estaronline.com/api">int</Customer>
<OrderDate xmlns="http://www.estaronline.com/api">dateTime</OrderDate>
<Phone xmlns="http://www.estaronline.com/api">string</Phone>
<Email xmlns="http://www.estaronline.com/api">string</Email>
<Status xmlns="http://www.estaronline.com/api">Initiated or Confirmed or InProgress or InvalidCardNumber or Completed or Cancelled or PaymentProcessing or PaymentProcessingError or ToBePrinted or ReadyToDispatch or PersonaliseItems or PendingPaymentProcessing or ExportedToExternal or ShippedToStore or ReceivedInStore or PendingRiskEvaluation or PotentiallyFraudulent or FraudulentOrder or PendingManualPayment or SendInProgress3PL or DispatchInProgress3PL or SendError3PL or UpdateError3PL or OrderSubmitting or ProcessingMOTO or Unknown</Status>
<OrderStatus xmlns="http://www.estaronline.com/api">int</OrderStatus>
<AdminReference xmlns="http://www.estaronline.com/api">string</AdminReference>
<CustomerReference xmlns="http://www.estaronline.com/api">string</CustomerReference>
<AdditionalDetails xmlns="http://www.estaronline.com/api">string</AdditionalDetails>
<FollowUpDate xmlns="http://www.estaronline.com/api">dateTime</FollowUpDate>
<GiftWrapStatus xmlns="http://www.estaronline.com/api">boolean</GiftWrapStatus>
<GiftMessage xmlns="http://www.estaronline.com/api">string</GiftMessage>
<DeliveryInstructions xmlns="http://www.estaronline.com/api">string</DeliveryInstructions>
<Currency xmlns="http://www.estaronline.com/api">string</Currency>
<PaymentMethod xmlns="http://www.estaronline.com/api">int</PaymentMethod>
<Freight xmlns="http://www.estaronline.com/api">decimal</Freight>
<FreightDiscount xmlns="http://www.estaronline.com/api">decimal</FreightDiscount>
<FreightTax xmlns="http://www.estaronline.com/api">decimal</FreightTax>
<FreightIncludingTax xmlns="http://www.estaronline.com/api">decimal</FreightIncludingTax>
<FreightDiscountIncludingTax xmlns="http://www.estaronline.com/api">decimal</FreightDiscountIncludingTax>
<OrderBasedDiscount xmlns="http://www.estaronline.com/api">decimal</OrderBasedDiscount>
<OrderBasedDiscountExcludingTax xmlns="http://www.estaronline.com/api">decimal</OrderBasedDiscountExcludingTax>
<OrderTotal xmlns="http://www.estaronline.com/api">decimal</OrderTotal>
<AuthCode xmlns="http://www.estaronline.com/api">string</AuthCode>
<AuthDate xmlns="http://www.estaronline.com/api">dateTime</AuthDate>
<AuthAmount xmlns="http://www.estaronline.com/api">decimal</AuthAmount>
<DispatchLocation xmlns="http://www.estaronline.com/api">string</DispatchLocation>
<PreviousDispatchPoints xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<FreightProvider xmlns="http://www.estaronline.com/api">string</FreightProvider>
<ClickAndCollectDetails xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<CollectionStore xmlns="http://www.estaronline.com/api">int</CollectionStore>
<CollectionDetails xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<DispatchDate xmlns="http://www.estaronline.com/api">dateTime</DispatchDate>
<CourierTicket xmlns="http://www.estaronline.com/api">string</CourierTicket>
<CourierTickets xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<ParentOrder xmlns="http://www.estaronline.com/api">int</ParentOrder>
<OriginalOrder xmlns="http://www.estaronline.com/api">int</OriginalOrder>
<ChildOrders xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<Fax xmlns="http://www.estaronline.com/api">string</Fax>
<DateCreated xmlns="http://www.estaronline.com/api">dateTime</DateCreated>
<DateModified xmlns="http://www.estaronline.com/api">dateTime</DateModified>
<Website xmlns="http://www.estaronline.com/api">int</Website>
<FraudProfileXML xmlns="http://www.estaronline.com/api">string</FraudProfileXML>
<AllowDiscounts xmlns="http://www.estaronline.com/api">boolean</AllowDiscounts>
<DeliverToRegistrant xmlns="http://www.estaronline.com/api">boolean</DeliverToRegistrant>
<ExternalOrderSource xmlns="http://www.estaronline.com/api">string</ExternalOrderSource>
<ExternalOrderID xmlns="http://www.estaronline.com/api">string</ExternalOrderID>
<Addresses xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<Notes xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<OrderItems xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<Vouchers xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<Transactions xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<Attributes xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<PriorityDescription xmlns="http://www.estaronline.com/api">string</PriorityDescription>
</Order>
<Order>
<ID xmlns="http://www.estaronline.com/api">int</ID>
<Customer xmlns="http://www.estaronline.com/api">int</Customer>
<OrderDate xmlns="http://www.estaronline.com/api">dateTime</OrderDate>
<Phone xmlns="http://www.estaronline.com/api">string</Phone>
<Email xmlns="http://www.estaronline.com/api">string</Email>
<Status xmlns="http://www.estaronline.com/api">Initiated or Confirmed or InProgress or InvalidCardNumber or Completed or Cancelled or PaymentProcessing or PaymentProcessingError or ToBePrinted or ReadyToDispatch or PersonaliseItems or PendingPaymentProcessing or ExportedToExternal or ShippedToStore or ReceivedInStore or PendingRiskEvaluation or PotentiallyFraudulent or FraudulentOrder or PendingManualPayment or SendInProgress3PL or DispatchInProgress3PL or SendError3PL or UpdateError3PL or OrderSubmitting or ProcessingMOTO or Unknown</Status>
<OrderStatus xmlns="http://www.estaronline.com/api">int</OrderStatus>
<AdminReference xmlns="http://www.estaronline.com/api">string</AdminReference>
<CustomerReference xmlns="http://www.estaronline.com/api">string</CustomerReference>
<AdditionalDetails xmlns="http://www.estaronline.com/api">string</AdditionalDetails>
<FollowUpDate xmlns="http://www.estaronline.com/api">dateTime</FollowUpDate>
<GiftWrapStatus xmlns="http://www.estaronline.com/api">boolean</GiftWrapStatus>
<GiftMessage xmlns="http://www.estaronline.com/api">string</GiftMessage>
<DeliveryInstructions xmlns="http://www.estaronline.com/api">string</DeliveryInstructions>
<Currency xmlns="http://www.estaronline.com/api">string</Currency>
<PaymentMethod xmlns="http://www.estaronline.com/api">int</PaymentMethod>
<Freight xmlns="http://www.estaronline.com/api">decimal</Freight>
<FreightDiscount xmlns="http://www.estaronline.com/api">decimal</FreightDiscount>
<FreightTax xmlns="http://www.estaronline.com/api">decimal</FreightTax>
<FreightIncludingTax xmlns="http://www.estaronline.com/api">decimal</FreightIncludingTax>
<FreightDiscountIncludingTax xmlns="http://www.estaronline.com/api">decimal</FreightDiscountIncludingTax>
<OrderBasedDiscount xmlns="http://www.estaronline.com/api">decimal</OrderBasedDiscount>
<OrderBasedDiscountExcludingTax xmlns="http://www.estaronline.com/api">decimal</OrderBasedDiscountExcludingTax>
<OrderTotal xmlns="http://www.estaronline.com/api">decimal</OrderTotal>
<AuthCode xmlns="http://www.estaronline.com/api">string</AuthCode>
<AuthDate xmlns="http://www.estaronline.com/api">dateTime</AuthDate>
<AuthAmount xmlns="http://www.estaronline.com/api">decimal</AuthAmount>
<DispatchLocation xmlns="http://www.estaronline.com/api">string</DispatchLocation>
<PreviousDispatchPoints xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<FreightProvider xmlns="http://www.estaronline.com/api">string</FreightProvider>
<ClickAndCollectDetails xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<CollectionStore xmlns="http://www.estaronline.com/api">int</CollectionStore>
<CollectionDetails xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<DispatchDate xmlns="http://www.estaronline.com/api">dateTime</DispatchDate>
<CourierTicket xmlns="http://www.estaronline.com/api">string</CourierTicket>
<CourierTickets xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<ParentOrder xmlns="http://www.estaronline.com/api">int</ParentOrder>
<OriginalOrder xmlns="http://www.estaronline.com/api">int</OriginalOrder>
<ChildOrders xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<Fax xmlns="http://www.estaronline.com/api">string</Fax>
<DateCreated xmlns="http://www.estaronline.com/api">dateTime</DateCreated>
<DateModified xmlns="http://www.estaronline.com/api">dateTime</DateModified>
<Website xmlns="http://www.estaronline.com/api">int</Website>
<FraudProfileXML xmlns="http://www.estaronline.com/api">string</FraudProfileXML>
<AllowDiscounts xmlns="http://www.estaronline.com/api">boolean</AllowDiscounts>
<DeliverToRegistrant xmlns="http://www.estaronline.com/api">boolean</DeliverToRegistrant>
<ExternalOrderSource xmlns="http://www.estaronline.com/api">string</ExternalOrderSource>
<ExternalOrderID xmlns="http://www.estaronline.com/api">string</ExternalOrderID>
<Addresses xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<Notes xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<OrderItems xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<Vouchers xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<Transactions xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<Attributes xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<PriorityDescription xmlns="http://www.estaronline.com/api">string</PriorityDescription>
</Order>
</Data>
</SplitOrderResult>
</SplitOrderResponse>
</soap12:Body>
</soap12:Envelope>