iSAMS Orders API


Click here for a complete list of operations.

ImportOrders

Creates new iSAMS orders in the database from imported Order data.

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/ImportOrders"

<?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>
    <ImportOrders xmlns="http://www.estaronline.com/api/orders">
      <authenticationToken>string</authenticationToken>
      <orders>
        <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 xmlns="http://www.estaronline.com/api">
            <PreviousDispatchPoint xsi:nil="true" />
            <PreviousDispatchPoint xsi:nil="true" />
          </PreviousDispatchPoints>
          <FreightProvider xmlns="http://www.estaronline.com/api">string</FreightProvider>
          <ClickAndCollectDetails xmlns="http://www.estaronline.com/api">
            <NominatedPerson xsi:nil="true" />
            <CollectionPerson xsi:nil="true" />
            <DateShippedToStore>dateTime</DateShippedToStore>
            <DateArrivedInStore>dateTime</DateArrivedInStore>
            <DateCollected>dateTime</DateCollected>
            <CollectionStore>int</CollectionStore>
          </ClickAndCollectDetails>
          <CollectionStore xmlns="http://www.estaronline.com/api">int</CollectionStore>
          <CollectionDetails 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 xmlns="http://www.estaronline.com/api">
            <string>string</string>
            <string>string</string>
          </CourierTickets>
          <ParentOrder xmlns="http://www.estaronline.com/api">int</ParentOrder>
          <OriginalOrder xmlns="http://www.estaronline.com/api">int</OriginalOrder>
          <ChildOrders xmlns="http://www.estaronline.com/api">
            <int>int</int>
            <int>int</int>
          </ChildOrders>
          <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 xmlns="http://www.estaronline.com/api">
            <CustomerAddress xsi:nil="true" />
            <CustomerAddress xsi:nil="true" />
          </Addresses>
          <Notes xmlns="http://www.estaronline.com/api">
            <OrderNote xsi:nil="true" />
            <OrderNote xsi:nil="true" />
          </Notes>
          <OrderItems xmlns="http://www.estaronline.com/api">
            <OrderItem xsi:nil="true" />
            <OrderItem xsi:nil="true" />
          </OrderItems>
          <Vouchers xmlns="http://www.estaronline.com/api">
            <Voucher xsi:nil="true" />
            <Voucher xsi:nil="true" />
          </Vouchers>
          <Transactions xmlns="http://www.estaronline.com/api">
            <Transaction xsi:nil="true" />
            <Transaction xsi:nil="true" />
          </Transactions>
          <Attributes xmlns="http://www.estaronline.com/api">
            <NameValuePair xsi:nil="true" />
            <NameValuePair xsi:nil="true" />
          </Attributes>
          <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 xmlns="http://www.estaronline.com/api">
            <PreviousDispatchPoint xsi:nil="true" />
            <PreviousDispatchPoint xsi:nil="true" />
          </PreviousDispatchPoints>
          <FreightProvider xmlns="http://www.estaronline.com/api">string</FreightProvider>
          <ClickAndCollectDetails xmlns="http://www.estaronline.com/api">
            <NominatedPerson xsi:nil="true" />
            <CollectionPerson xsi:nil="true" />
            <DateShippedToStore>dateTime</DateShippedToStore>
            <DateArrivedInStore>dateTime</DateArrivedInStore>
            <DateCollected>dateTime</DateCollected>
            <CollectionStore>int</CollectionStore>
          </ClickAndCollectDetails>
          <CollectionStore xmlns="http://www.estaronline.com/api">int</CollectionStore>
          <CollectionDetails 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 xmlns="http://www.estaronline.com/api">
            <string>string</string>
            <string>string</string>
          </CourierTickets>
          <ParentOrder xmlns="http://www.estaronline.com/api">int</ParentOrder>
          <OriginalOrder xmlns="http://www.estaronline.com/api">int</OriginalOrder>
          <ChildOrders xmlns="http://www.estaronline.com/api">
            <int>int</int>
            <int>int</int>
          </ChildOrders>
          <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 xmlns="http://www.estaronline.com/api">
            <CustomerAddress xsi:nil="true" />
            <CustomerAddress xsi:nil="true" />
          </Addresses>
          <Notes xmlns="http://www.estaronline.com/api">
            <OrderNote xsi:nil="true" />
            <OrderNote xsi:nil="true" />
          </Notes>
          <OrderItems xmlns="http://www.estaronline.com/api">
            <OrderItem xsi:nil="true" />
            <OrderItem xsi:nil="true" />
          </OrderItems>
          <Vouchers xmlns="http://www.estaronline.com/api">
            <Voucher xsi:nil="true" />
            <Voucher xsi:nil="true" />
          </Vouchers>
          <Transactions xmlns="http://www.estaronline.com/api">
            <Transaction xsi:nil="true" />
            <Transaction xsi:nil="true" />
          </Transactions>
          <Attributes xmlns="http://www.estaronline.com/api">
            <NameValuePair xsi:nil="true" />
            <NameValuePair xsi:nil="true" />
          </Attributes>
          <PriorityDescription xmlns="http://www.estaronline.com/api">string</PriorityDescription>
        </Order>
      </orders>
    </ImportOrders>
  </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>
    <ImportOrdersResponse xmlns="http://www.estaronline.com/api/orders">
      <ImportOrdersResult>
        <Data>
          <int>int</int>
          <int>int</int>
        </Data>
      </ImportOrdersResult>
    </ImportOrdersResponse>
  </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>
    <ImportOrders xmlns="http://www.estaronline.com/api/orders">
      <authenticationToken>string</authenticationToken>
      <orders>
        <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 xmlns="http://www.estaronline.com/api">
            <PreviousDispatchPoint xsi:nil="true" />
            <PreviousDispatchPoint xsi:nil="true" />
          </PreviousDispatchPoints>
          <FreightProvider xmlns="http://www.estaronline.com/api">string</FreightProvider>
          <ClickAndCollectDetails xmlns="http://www.estaronline.com/api">
            <NominatedPerson xsi:nil="true" />
            <CollectionPerson xsi:nil="true" />
            <DateShippedToStore>dateTime</DateShippedToStore>
            <DateArrivedInStore>dateTime</DateArrivedInStore>
            <DateCollected>dateTime</DateCollected>
            <CollectionStore>int</CollectionStore>
          </ClickAndCollectDetails>
          <CollectionStore xmlns="http://www.estaronline.com/api">int</CollectionStore>
          <CollectionDetails 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 xmlns="http://www.estaronline.com/api">
            <string>string</string>
            <string>string</string>
          </CourierTickets>
          <ParentOrder xmlns="http://www.estaronline.com/api">int</ParentOrder>
          <OriginalOrder xmlns="http://www.estaronline.com/api">int</OriginalOrder>
          <ChildOrders xmlns="http://www.estaronline.com/api">
            <int>int</int>
            <int>int</int>
          </ChildOrders>
          <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 xmlns="http://www.estaronline.com/api">
            <CustomerAddress xsi:nil="true" />
            <CustomerAddress xsi:nil="true" />
          </Addresses>
          <Notes xmlns="http://www.estaronline.com/api">
            <OrderNote xsi:nil="true" />
            <OrderNote xsi:nil="true" />
          </Notes>
          <OrderItems xmlns="http://www.estaronline.com/api">
            <OrderItem xsi:nil="true" />
            <OrderItem xsi:nil="true" />
          </OrderItems>
          <Vouchers xmlns="http://www.estaronline.com/api">
            <Voucher xsi:nil="true" />
            <Voucher xsi:nil="true" />
          </Vouchers>
          <Transactions xmlns="http://www.estaronline.com/api">
            <Transaction xsi:nil="true" />
            <Transaction xsi:nil="true" />
          </Transactions>
          <Attributes xmlns="http://www.estaronline.com/api">
            <NameValuePair xsi:nil="true" />
            <NameValuePair xsi:nil="true" />
          </Attributes>
          <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 xmlns="http://www.estaronline.com/api">
            <PreviousDispatchPoint xsi:nil="true" />
            <PreviousDispatchPoint xsi:nil="true" />
          </PreviousDispatchPoints>
          <FreightProvider xmlns="http://www.estaronline.com/api">string</FreightProvider>
          <ClickAndCollectDetails xmlns="http://www.estaronline.com/api">
            <NominatedPerson xsi:nil="true" />
            <CollectionPerson xsi:nil="true" />
            <DateShippedToStore>dateTime</DateShippedToStore>
            <DateArrivedInStore>dateTime</DateArrivedInStore>
            <DateCollected>dateTime</DateCollected>
            <CollectionStore>int</CollectionStore>
          </ClickAndCollectDetails>
          <CollectionStore xmlns="http://www.estaronline.com/api">int</CollectionStore>
          <CollectionDetails 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 xmlns="http://www.estaronline.com/api">
            <string>string</string>
            <string>string</string>
          </CourierTickets>
          <ParentOrder xmlns="http://www.estaronline.com/api">int</ParentOrder>
          <OriginalOrder xmlns="http://www.estaronline.com/api">int</OriginalOrder>
          <ChildOrders xmlns="http://www.estaronline.com/api">
            <int>int</int>
            <int>int</int>
          </ChildOrders>
          <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 xmlns="http://www.estaronline.com/api">
            <CustomerAddress xsi:nil="true" />
            <CustomerAddress xsi:nil="true" />
          </Addresses>
          <Notes xmlns="http://www.estaronline.com/api">
            <OrderNote xsi:nil="true" />
            <OrderNote xsi:nil="true" />
          </Notes>
          <OrderItems xmlns="http://www.estaronline.com/api">
            <OrderItem xsi:nil="true" />
            <OrderItem xsi:nil="true" />
          </OrderItems>
          <Vouchers xmlns="http://www.estaronline.com/api">
            <Voucher xsi:nil="true" />
            <Voucher xsi:nil="true" />
          </Vouchers>
          <Transactions xmlns="http://www.estaronline.com/api">
            <Transaction xsi:nil="true" />
            <Transaction xsi:nil="true" />
          </Transactions>
          <Attributes xmlns="http://www.estaronline.com/api">
            <NameValuePair xsi:nil="true" />
            <NameValuePair xsi:nil="true" />
          </Attributes>
          <PriorityDescription xmlns="http://www.estaronline.com/api">string</PriorityDescription>
        </Order>
      </orders>
    </ImportOrders>
  </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>
    <ImportOrdersResponse xmlns="http://www.estaronline.com/api/orders">
      <ImportOrdersResult>
        <Data>
          <int>int</int>
          <int>int</int>
        </Data>
      </ImportOrdersResult>
    </ImportOrdersResponse>
  </soap12:Body>
</soap12:Envelope>