OrderService


Click here for a complete list of operations.

GetPurchaseOrdersSOAP

Returns un-exported purchase orders and associated data. POStatus is a required processing option.

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
ClientName:
Guid:
ProcessingOptions:

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 /orderservice.asmx HTTP/1.1
Host: api-jako.aptos.io
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://api.shopvisible.com/GetPurchaseOrdersSOAP"

<?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>
    <GetPurchaseOrdersSOAP xmlns="http://api.shopvisible.com/">
      <ClientName>string</ClientName>
      <Guid>string</Guid>
      <ProcessingOptions>string</ProcessingOptions>
    </GetPurchaseOrdersSOAP>
  </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>
    <GetPurchaseOrdersSOAPResponse xmlns="http://api.shopvisible.com/">
      <OrderPOs>
        <OrderPO>
          <POID>int</POID>
          <Suppliers>
            <Supplier xsi:nil="true" />
            <Supplier xsi:nil="true" />
            <Response xsi:nil="true" />
          </Suppliers>
          <StatusID>int</StatusID>
          <DateCreated>dateTime</DateCreated>
          <DateSent>dateTime</DateSent>
          <DateToShip>dateTime</DateToShip>
          <DateComplete>dateTime</DateComplete>
          <ShippingMethod>string</ShippingMethod>
          <ShippingMethodAccount>string</ShippingMethodAccount>
          <PaymentTerms>string</PaymentTerms>
          <Notes>string</Notes>
          <IssueNotes>string</IssueNotes>
          <ShippingCost>decimal</ShippingCost>
          <Products>
            <Product xsi:nil="true" />
            <Product xsi:nil="true" />
            <Response xsi:nil="true" />
          </Products>
        </OrderPO>
        <OrderPO>
          <POID>int</POID>
          <Suppliers>
            <Supplier xsi:nil="true" />
            <Supplier xsi:nil="true" />
            <Response xsi:nil="true" />
          </Suppliers>
          <StatusID>int</StatusID>
          <DateCreated>dateTime</DateCreated>
          <DateSent>dateTime</DateSent>
          <DateToShip>dateTime</DateToShip>
          <DateComplete>dateTime</DateComplete>
          <ShippingMethod>string</ShippingMethod>
          <ShippingMethodAccount>string</ShippingMethodAccount>
          <PaymentTerms>string</PaymentTerms>
          <Notes>string</Notes>
          <IssueNotes>string</IssueNotes>
          <ShippingCost>decimal</ShippingCost>
          <Products>
            <Product xsi:nil="true" />
            <Product xsi:nil="true" />
            <Response xsi:nil="true" />
          </Products>
        </OrderPO>
        <Response>
          <ResponseHasErrors>boolean</ResponseHasErrors>
          <ResponseCode>string</ResponseCode>
          <ResponseDescription>string</ResponseDescription>
          <ResponseCustomReturn1>string</ResponseCustomReturn1>
          <ResponseCustomReturn2>string</ResponseCustomReturn2>
          <ResponseCustomReturn3>string</ResponseCustomReturn3>
          <ResponseCustomReturn4>string</ResponseCustomReturn4>
          <ResponseCustomReturn5>string</ResponseCustomReturn5>
          <ResponseDebugging>string</ResponseDebugging>
          <ResponseOrderSuccess>
            <ResponseOrderSuccess xsi:nil="true" />
            <ResponseOrderSuccess xsi:nil="true" />
          </ResponseOrderSuccess>
          <ResponseOrderErrors>
            <ResponseOrderError xsi:nil="true" />
            <ResponseOrderError xsi:nil="true" />
          </ResponseOrderErrors>
          <ResponseOrderMessages>
            <ResponseOrderMessage xsi:nil="true" />
            <ResponseOrderMessage xsi:nil="true" />
          </ResponseOrderMessages>
        </Response>
      </OrderPOs>
    </GetPurchaseOrdersSOAPResponse>
  </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 /orderservice.asmx HTTP/1.1
Host: api-jako.aptos.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>
    <GetPurchaseOrdersSOAP xmlns="http://api.shopvisible.com/">
      <ClientName>string</ClientName>
      <Guid>string</Guid>
      <ProcessingOptions>string</ProcessingOptions>
    </GetPurchaseOrdersSOAP>
  </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>
    <GetPurchaseOrdersSOAPResponse xmlns="http://api.shopvisible.com/">
      <OrderPOs>
        <OrderPO>
          <POID>int</POID>
          <Suppliers>
            <Supplier xsi:nil="true" />
            <Supplier xsi:nil="true" />
            <Response xsi:nil="true" />
          </Suppliers>
          <StatusID>int</StatusID>
          <DateCreated>dateTime</DateCreated>
          <DateSent>dateTime</DateSent>
          <DateToShip>dateTime</DateToShip>
          <DateComplete>dateTime</DateComplete>
          <ShippingMethod>string</ShippingMethod>
          <ShippingMethodAccount>string</ShippingMethodAccount>
          <PaymentTerms>string</PaymentTerms>
          <Notes>string</Notes>
          <IssueNotes>string</IssueNotes>
          <ShippingCost>decimal</ShippingCost>
          <Products>
            <Product xsi:nil="true" />
            <Product xsi:nil="true" />
            <Response xsi:nil="true" />
          </Products>
        </OrderPO>
        <OrderPO>
          <POID>int</POID>
          <Suppliers>
            <Supplier xsi:nil="true" />
            <Supplier xsi:nil="true" />
            <Response xsi:nil="true" />
          </Suppliers>
          <StatusID>int</StatusID>
          <DateCreated>dateTime</DateCreated>
          <DateSent>dateTime</DateSent>
          <DateToShip>dateTime</DateToShip>
          <DateComplete>dateTime</DateComplete>
          <ShippingMethod>string</ShippingMethod>
          <ShippingMethodAccount>string</ShippingMethodAccount>
          <PaymentTerms>string</PaymentTerms>
          <Notes>string</Notes>
          <IssueNotes>string</IssueNotes>
          <ShippingCost>decimal</ShippingCost>
          <Products>
            <Product xsi:nil="true" />
            <Product xsi:nil="true" />
            <Response xsi:nil="true" />
          </Products>
        </OrderPO>
        <Response>
          <ResponseHasErrors>boolean</ResponseHasErrors>
          <ResponseCode>string</ResponseCode>
          <ResponseDescription>string</ResponseDescription>
          <ResponseCustomReturn1>string</ResponseCustomReturn1>
          <ResponseCustomReturn2>string</ResponseCustomReturn2>
          <ResponseCustomReturn3>string</ResponseCustomReturn3>
          <ResponseCustomReturn4>string</ResponseCustomReturn4>
          <ResponseCustomReturn5>string</ResponseCustomReturn5>
          <ResponseDebugging>string</ResponseDebugging>
          <ResponseOrderSuccess>
            <ResponseOrderSuccess xsi:nil="true" />
            <ResponseOrderSuccess xsi:nil="true" />
          </ResponseOrderSuccess>
          <ResponseOrderErrors>
            <ResponseOrderError xsi:nil="true" />
            <ResponseOrderError xsi:nil="true" />
          </ResponseOrderErrors>
          <ResponseOrderMessages>
            <ResponseOrderMessage xsi:nil="true" />
            <ResponseOrderMessage xsi:nil="true" />
          </ResponseOrderMessages>
        </Response>
      </OrderPOs>
    </GetPurchaseOrdersSOAPResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.

GET /orderservice.asmx/GetPurchaseOrdersSOAP?ClientName=string&Guid=string&ProcessingOptions=string HTTP/1.1
Host: api-jako.aptos.io
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<OrderPOs xmlns="http://api.shopvisible.com/">
  <OrderPO>
    <POID>int</POID>
    <Suppliers>
      <Supplier>
        <SupplierID>int</SupplierID>
        <SupplierName>string</SupplierName>
        <SupplierEmail>string</SupplierEmail>
        <SupplierCompanyName>string</SupplierCompanyName>
        <SupplierPhone>string</SupplierPhone>
        <SupplierFax>string</SupplierFax>
        <SupplierAddress>string</SupplierAddress>
        <SupplierCity>string</SupplierCity>
        <SupplierState>string</SupplierState>
        <SupplierZip>string</SupplierZip>
        <SupplierDropShipper>boolean</SupplierDropShipper>
        <SupplierLocalPickup>boolean</SupplierLocalPickup>
      </Supplier>
      <Supplier>
        <SupplierID>int</SupplierID>
        <SupplierName>string</SupplierName>
        <SupplierEmail>string</SupplierEmail>
        <SupplierCompanyName>string</SupplierCompanyName>
        <SupplierPhone>string</SupplierPhone>
        <SupplierFax>string</SupplierFax>
        <SupplierAddress>string</SupplierAddress>
        <SupplierCity>string</SupplierCity>
        <SupplierState>string</SupplierState>
        <SupplierZip>string</SupplierZip>
        <SupplierDropShipper>boolean</SupplierDropShipper>
        <SupplierLocalPickup>boolean</SupplierLocalPickup>
      </Supplier>
      <Response>
        <ResponseHasErrors>boolean</ResponseHasErrors>
        <ResponseCode>string</ResponseCode>
        <ResponseDescription>string</ResponseDescription>
        <ResponseCustomReturn1>string</ResponseCustomReturn1>
        <ResponseCustomReturn2>string</ResponseCustomReturn2>
        <ResponseCustomReturn3>string</ResponseCustomReturn3>
        <ResponseCustomReturn4>string</ResponseCustomReturn4>
        <ResponseCustomReturn5>string</ResponseCustomReturn5>
        <ResponseDebugging>string</ResponseDebugging>
        <ResponseOrderSuccess d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderErrors d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderMessages d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Response>
    </Suppliers>
    <StatusID>int</StatusID>
    <DateCreated>dateTime</DateCreated>
    <DateSent>dateTime</DateSent>
    <DateToShip>dateTime</DateToShip>
    <DateComplete>dateTime</DateComplete>
    <ShippingMethod>string</ShippingMethod>
    <ShippingMethodAccount>string</ShippingMethodAccount>
    <PaymentTerms>string</PaymentTerms>
    <Notes>string</Notes>
    <IssueNotes>string</IssueNotes>
    <ShippingCost>decimal</ShippingCost>
    <Products>
      <Product>
        <POID>int</POID>
        <DateReceived>dateTime</DateReceived>
        <QtyOrdered>int</QtyOrdered>
        <QtyReceived>int</QtyReceived>
        <QtyOut>int</QtyOut>
        <CostPer>decimal</CostPer>
        <ShippingCost>decimal</ShippingCost>
        <ProductDetails d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ProductOptionDetails d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Product>
      <Product>
        <POID>int</POID>
        <DateReceived>dateTime</DateReceived>
        <QtyOrdered>int</QtyOrdered>
        <QtyReceived>int</QtyReceived>
        <QtyOut>int</QtyOut>
        <CostPer>decimal</CostPer>
        <ShippingCost>decimal</ShippingCost>
        <ProductDetails d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ProductOptionDetails d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Product>
      <Response>
        <ResponseHasErrors>boolean</ResponseHasErrors>
        <ResponseCode>string</ResponseCode>
        <ResponseDescription>string</ResponseDescription>
        <ResponseCustomReturn1>string</ResponseCustomReturn1>
        <ResponseCustomReturn2>string</ResponseCustomReturn2>
        <ResponseCustomReturn3>string</ResponseCustomReturn3>
        <ResponseCustomReturn4>string</ResponseCustomReturn4>
        <ResponseCustomReturn5>string</ResponseCustomReturn5>
        <ResponseDebugging>string</ResponseDebugging>
        <ResponseOrderSuccess d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderErrors d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderMessages d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Response>
    </Products>
  </OrderPO>
  <OrderPO>
    <POID>int</POID>
    <Suppliers>
      <Supplier>
        <SupplierID>int</SupplierID>
        <SupplierName>string</SupplierName>
        <SupplierEmail>string</SupplierEmail>
        <SupplierCompanyName>string</SupplierCompanyName>
        <SupplierPhone>string</SupplierPhone>
        <SupplierFax>string</SupplierFax>
        <SupplierAddress>string</SupplierAddress>
        <SupplierCity>string</SupplierCity>
        <SupplierState>string</SupplierState>
        <SupplierZip>string</SupplierZip>
        <SupplierDropShipper>boolean</SupplierDropShipper>
        <SupplierLocalPickup>boolean</SupplierLocalPickup>
      </Supplier>
      <Supplier>
        <SupplierID>int</SupplierID>
        <SupplierName>string</SupplierName>
        <SupplierEmail>string</SupplierEmail>
        <SupplierCompanyName>string</SupplierCompanyName>
        <SupplierPhone>string</SupplierPhone>
        <SupplierFax>string</SupplierFax>
        <SupplierAddress>string</SupplierAddress>
        <SupplierCity>string</SupplierCity>
        <SupplierState>string</SupplierState>
        <SupplierZip>string</SupplierZip>
        <SupplierDropShipper>boolean</SupplierDropShipper>
        <SupplierLocalPickup>boolean</SupplierLocalPickup>
      </Supplier>
      <Response>
        <ResponseHasErrors>boolean</ResponseHasErrors>
        <ResponseCode>string</ResponseCode>
        <ResponseDescription>string</ResponseDescription>
        <ResponseCustomReturn1>string</ResponseCustomReturn1>
        <ResponseCustomReturn2>string</ResponseCustomReturn2>
        <ResponseCustomReturn3>string</ResponseCustomReturn3>
        <ResponseCustomReturn4>string</ResponseCustomReturn4>
        <ResponseCustomReturn5>string</ResponseCustomReturn5>
        <ResponseDebugging>string</ResponseDebugging>
        <ResponseOrderSuccess d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderErrors d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderMessages d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Response>
    </Suppliers>
    <StatusID>int</StatusID>
    <DateCreated>dateTime</DateCreated>
    <DateSent>dateTime</DateSent>
    <DateToShip>dateTime</DateToShip>
    <DateComplete>dateTime</DateComplete>
    <ShippingMethod>string</ShippingMethod>
    <ShippingMethodAccount>string</ShippingMethodAccount>
    <PaymentTerms>string</PaymentTerms>
    <Notes>string</Notes>
    <IssueNotes>string</IssueNotes>
    <ShippingCost>decimal</ShippingCost>
    <Products>
      <Product>
        <POID>int</POID>
        <DateReceived>dateTime</DateReceived>
        <QtyOrdered>int</QtyOrdered>
        <QtyReceived>int</QtyReceived>
        <QtyOut>int</QtyOut>
        <CostPer>decimal</CostPer>
        <ShippingCost>decimal</ShippingCost>
        <ProductDetails d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ProductOptionDetails d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Product>
      <Product>
        <POID>int</POID>
        <DateReceived>dateTime</DateReceived>
        <QtyOrdered>int</QtyOrdered>
        <QtyReceived>int</QtyReceived>
        <QtyOut>int</QtyOut>
        <CostPer>decimal</CostPer>
        <ShippingCost>decimal</ShippingCost>
        <ProductDetails d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ProductOptionDetails d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Product>
      <Response>
        <ResponseHasErrors>boolean</ResponseHasErrors>
        <ResponseCode>string</ResponseCode>
        <ResponseDescription>string</ResponseDescription>
        <ResponseCustomReturn1>string</ResponseCustomReturn1>
        <ResponseCustomReturn2>string</ResponseCustomReturn2>
        <ResponseCustomReturn3>string</ResponseCustomReturn3>
        <ResponseCustomReturn4>string</ResponseCustomReturn4>
        <ResponseCustomReturn5>string</ResponseCustomReturn5>
        <ResponseDebugging>string</ResponseDebugging>
        <ResponseOrderSuccess d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderErrors d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderMessages d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Response>
    </Products>
  </OrderPO>
  <Response>
    <ResponseHasErrors>boolean</ResponseHasErrors>
    <ResponseCode>string</ResponseCode>
    <ResponseDescription>string</ResponseDescription>
    <ResponseCustomReturn1>string</ResponseCustomReturn1>
    <ResponseCustomReturn2>string</ResponseCustomReturn2>
    <ResponseCustomReturn3>string</ResponseCustomReturn3>
    <ResponseCustomReturn4>string</ResponseCustomReturn4>
    <ResponseCustomReturn5>string</ResponseCustomReturn5>
    <ResponseDebugging>string</ResponseDebugging>
    <ResponseOrderSuccess>
      <ResponseOrderSuccess>
        <OrderID>string</OrderID>
        <OrderStatusID>string</OrderStatusID>
        <OrderCustomerID>string</OrderCustomerID>
        <OrderInfo>string</OrderInfo>
      </ResponseOrderSuccess>
      <ResponseOrderSuccess>
        <OrderID>string</OrderID>
        <OrderStatusID>string</OrderStatusID>
        <OrderCustomerID>string</OrderCustomerID>
        <OrderInfo>string</OrderInfo>
      </ResponseOrderSuccess>
    </ResponseOrderSuccess>
    <ResponseOrderErrors>
      <ResponseOrderError>
        <OrderInfo>string</OrderInfo>
        <OrderErrors d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ResponseOrderError>
      <ResponseOrderError>
        <OrderInfo>string</OrderInfo>
        <OrderErrors d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ResponseOrderError>
    </ResponseOrderErrors>
    <ResponseOrderMessages>
      <ResponseOrderMessage>
        <OrderInfo>string</OrderInfo>
        <OrderMessages d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ResponseOrderMessage>
      <ResponseOrderMessage>
        <OrderInfo>string</OrderInfo>
        <OrderMessages d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ResponseOrderMessage>
    </ResponseOrderMessages>
  </Response>
</OrderPOs>

HTTP POST

The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.

POST /orderservice.asmx/GetPurchaseOrdersSOAP HTTP/1.1
Host: api-jako.aptos.io
Content-Type: application/x-www-form-urlencoded
Content-Length: length

ClientName=string&Guid=string&ProcessingOptions=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<OrderPOs xmlns="http://api.shopvisible.com/">
  <OrderPO>
    <POID>int</POID>
    <Suppliers>
      <Supplier>
        <SupplierID>int</SupplierID>
        <SupplierName>string</SupplierName>
        <SupplierEmail>string</SupplierEmail>
        <SupplierCompanyName>string</SupplierCompanyName>
        <SupplierPhone>string</SupplierPhone>
        <SupplierFax>string</SupplierFax>
        <SupplierAddress>string</SupplierAddress>
        <SupplierCity>string</SupplierCity>
        <SupplierState>string</SupplierState>
        <SupplierZip>string</SupplierZip>
        <SupplierDropShipper>boolean</SupplierDropShipper>
        <SupplierLocalPickup>boolean</SupplierLocalPickup>
      </Supplier>
      <Supplier>
        <SupplierID>int</SupplierID>
        <SupplierName>string</SupplierName>
        <SupplierEmail>string</SupplierEmail>
        <SupplierCompanyName>string</SupplierCompanyName>
        <SupplierPhone>string</SupplierPhone>
        <SupplierFax>string</SupplierFax>
        <SupplierAddress>string</SupplierAddress>
        <SupplierCity>string</SupplierCity>
        <SupplierState>string</SupplierState>
        <SupplierZip>string</SupplierZip>
        <SupplierDropShipper>boolean</SupplierDropShipper>
        <SupplierLocalPickup>boolean</SupplierLocalPickup>
      </Supplier>
      <Response>
        <ResponseHasErrors>boolean</ResponseHasErrors>
        <ResponseCode>string</ResponseCode>
        <ResponseDescription>string</ResponseDescription>
        <ResponseCustomReturn1>string</ResponseCustomReturn1>
        <ResponseCustomReturn2>string</ResponseCustomReturn2>
        <ResponseCustomReturn3>string</ResponseCustomReturn3>
        <ResponseCustomReturn4>string</ResponseCustomReturn4>
        <ResponseCustomReturn5>string</ResponseCustomReturn5>
        <ResponseDebugging>string</ResponseDebugging>
        <ResponseOrderSuccess d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderErrors d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderMessages d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Response>
    </Suppliers>
    <StatusID>int</StatusID>
    <DateCreated>dateTime</DateCreated>
    <DateSent>dateTime</DateSent>
    <DateToShip>dateTime</DateToShip>
    <DateComplete>dateTime</DateComplete>
    <ShippingMethod>string</ShippingMethod>
    <ShippingMethodAccount>string</ShippingMethodAccount>
    <PaymentTerms>string</PaymentTerms>
    <Notes>string</Notes>
    <IssueNotes>string</IssueNotes>
    <ShippingCost>decimal</ShippingCost>
    <Products>
      <Product>
        <POID>int</POID>
        <DateReceived>dateTime</DateReceived>
        <QtyOrdered>int</QtyOrdered>
        <QtyReceived>int</QtyReceived>
        <QtyOut>int</QtyOut>
        <CostPer>decimal</CostPer>
        <ShippingCost>decimal</ShippingCost>
        <ProductDetails d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ProductOptionDetails d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Product>
      <Product>
        <POID>int</POID>
        <DateReceived>dateTime</DateReceived>
        <QtyOrdered>int</QtyOrdered>
        <QtyReceived>int</QtyReceived>
        <QtyOut>int</QtyOut>
        <CostPer>decimal</CostPer>
        <ShippingCost>decimal</ShippingCost>
        <ProductDetails d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ProductOptionDetails d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Product>
      <Response>
        <ResponseHasErrors>boolean</ResponseHasErrors>
        <ResponseCode>string</ResponseCode>
        <ResponseDescription>string</ResponseDescription>
        <ResponseCustomReturn1>string</ResponseCustomReturn1>
        <ResponseCustomReturn2>string</ResponseCustomReturn2>
        <ResponseCustomReturn3>string</ResponseCustomReturn3>
        <ResponseCustomReturn4>string</ResponseCustomReturn4>
        <ResponseCustomReturn5>string</ResponseCustomReturn5>
        <ResponseDebugging>string</ResponseDebugging>
        <ResponseOrderSuccess d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderErrors d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderMessages d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Response>
    </Products>
  </OrderPO>
  <OrderPO>
    <POID>int</POID>
    <Suppliers>
      <Supplier>
        <SupplierID>int</SupplierID>
        <SupplierName>string</SupplierName>
        <SupplierEmail>string</SupplierEmail>
        <SupplierCompanyName>string</SupplierCompanyName>
        <SupplierPhone>string</SupplierPhone>
        <SupplierFax>string</SupplierFax>
        <SupplierAddress>string</SupplierAddress>
        <SupplierCity>string</SupplierCity>
        <SupplierState>string</SupplierState>
        <SupplierZip>string</SupplierZip>
        <SupplierDropShipper>boolean</SupplierDropShipper>
        <SupplierLocalPickup>boolean</SupplierLocalPickup>
      </Supplier>
      <Supplier>
        <SupplierID>int</SupplierID>
        <SupplierName>string</SupplierName>
        <SupplierEmail>string</SupplierEmail>
        <SupplierCompanyName>string</SupplierCompanyName>
        <SupplierPhone>string</SupplierPhone>
        <SupplierFax>string</SupplierFax>
        <SupplierAddress>string</SupplierAddress>
        <SupplierCity>string</SupplierCity>
        <SupplierState>string</SupplierState>
        <SupplierZip>string</SupplierZip>
        <SupplierDropShipper>boolean</SupplierDropShipper>
        <SupplierLocalPickup>boolean</SupplierLocalPickup>
      </Supplier>
      <Response>
        <ResponseHasErrors>boolean</ResponseHasErrors>
        <ResponseCode>string</ResponseCode>
        <ResponseDescription>string</ResponseDescription>
        <ResponseCustomReturn1>string</ResponseCustomReturn1>
        <ResponseCustomReturn2>string</ResponseCustomReturn2>
        <ResponseCustomReturn3>string</ResponseCustomReturn3>
        <ResponseCustomReturn4>string</ResponseCustomReturn4>
        <ResponseCustomReturn5>string</ResponseCustomReturn5>
        <ResponseDebugging>string</ResponseDebugging>
        <ResponseOrderSuccess d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderErrors d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderMessages d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Response>
    </Suppliers>
    <StatusID>int</StatusID>
    <DateCreated>dateTime</DateCreated>
    <DateSent>dateTime</DateSent>
    <DateToShip>dateTime</DateToShip>
    <DateComplete>dateTime</DateComplete>
    <ShippingMethod>string</ShippingMethod>
    <ShippingMethodAccount>string</ShippingMethodAccount>
    <PaymentTerms>string</PaymentTerms>
    <Notes>string</Notes>
    <IssueNotes>string</IssueNotes>
    <ShippingCost>decimal</ShippingCost>
    <Products>
      <Product>
        <POID>int</POID>
        <DateReceived>dateTime</DateReceived>
        <QtyOrdered>int</QtyOrdered>
        <QtyReceived>int</QtyReceived>
        <QtyOut>int</QtyOut>
        <CostPer>decimal</CostPer>
        <ShippingCost>decimal</ShippingCost>
        <ProductDetails d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ProductOptionDetails d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Product>
      <Product>
        <POID>int</POID>
        <DateReceived>dateTime</DateReceived>
        <QtyOrdered>int</QtyOrdered>
        <QtyReceived>int</QtyReceived>
        <QtyOut>int</QtyOut>
        <CostPer>decimal</CostPer>
        <ShippingCost>decimal</ShippingCost>
        <ProductDetails d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ProductOptionDetails d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Product>
      <Response>
        <ResponseHasErrors>boolean</ResponseHasErrors>
        <ResponseCode>string</ResponseCode>
        <ResponseDescription>string</ResponseDescription>
        <ResponseCustomReturn1>string</ResponseCustomReturn1>
        <ResponseCustomReturn2>string</ResponseCustomReturn2>
        <ResponseCustomReturn3>string</ResponseCustomReturn3>
        <ResponseCustomReturn4>string</ResponseCustomReturn4>
        <ResponseCustomReturn5>string</ResponseCustomReturn5>
        <ResponseDebugging>string</ResponseDebugging>
        <ResponseOrderSuccess d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderErrors d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderMessages d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Response>
    </Products>
  </OrderPO>
  <Response>
    <ResponseHasErrors>boolean</ResponseHasErrors>
    <ResponseCode>string</ResponseCode>
    <ResponseDescription>string</ResponseDescription>
    <ResponseCustomReturn1>string</ResponseCustomReturn1>
    <ResponseCustomReturn2>string</ResponseCustomReturn2>
    <ResponseCustomReturn3>string</ResponseCustomReturn3>
    <ResponseCustomReturn4>string</ResponseCustomReturn4>
    <ResponseCustomReturn5>string</ResponseCustomReturn5>
    <ResponseDebugging>string</ResponseDebugging>
    <ResponseOrderSuccess>
      <ResponseOrderSuccess>
        <OrderID>string</OrderID>
        <OrderStatusID>string</OrderStatusID>
        <OrderCustomerID>string</OrderCustomerID>
        <OrderInfo>string</OrderInfo>
      </ResponseOrderSuccess>
      <ResponseOrderSuccess>
        <OrderID>string</OrderID>
        <OrderStatusID>string</OrderStatusID>
        <OrderCustomerID>string</OrderCustomerID>
        <OrderInfo>string</OrderInfo>
      </ResponseOrderSuccess>
    </ResponseOrderSuccess>
    <ResponseOrderErrors>
      <ResponseOrderError>
        <OrderInfo>string</OrderInfo>
        <OrderErrors d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ResponseOrderError>
      <ResponseOrderError>
        <OrderInfo>string</OrderInfo>
        <OrderErrors d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ResponseOrderError>
    </ResponseOrderErrors>
    <ResponseOrderMessages>
      <ResponseOrderMessage>
        <OrderInfo>string</OrderInfo>
        <OrderMessages d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ResponseOrderMessage>
      <ResponseOrderMessage>
        <OrderInfo>string</OrderInfo>
        <OrderMessages d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ResponseOrderMessage>
    </ResponseOrderMessages>
  </Response>
</OrderPOs>