SxApiService


Click here for a complete list of operations.

OEGetListofOrdersV3

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 /SxApiService.asmx HTTP/1.1
Host: sxapi-mer.cameronashleybp.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "Nxtrend.WS/OEGetListofOrdersV3"

<?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>
    <OEGetListofOrdersV3 xmlns="Nxtrend.WS">
      <connectString>string</connectString>
      <userCode>string</userCode>
      <requestObject>
        <customerNumber>double</customerNumber>
        <shipTo>string</shipTo>
        <warehouse>string</warehouse>
        <transactionTypes>string</transactionTypes>
        <takenBy>string</takenBy>
        <customerPurchaseOrder>string</customerPurchaseOrder>
        <startStage>int</startStage>
        <endStage>int</endStage>
        <startEnterDate>
          <year>int</year>
          <month>int</month>
          <date>int</date>
        </startEnterDate>
        <endEnterDate>
          <year>int</year>
          <month>int</month>
          <date>int</date>
        </endEnterDate>
        <startRequestedShipDate>
          <year>int</year>
          <month>int</month>
          <date>int</date>
        </startRequestedShipDate>
        <endRequestedShipDate>
          <year>int</year>
          <month>int</month>
          <date>int</date>
        </endRequestedShipDate>
        <startPromiseDate>
          <year>int</year>
          <month>int</month>
          <date>int</date>
        </startPromiseDate>
        <endPromiseDate>
          <year>int</year>
          <month>int</month>
          <date>int</date>
        </endPromiseDate>
        <startPickedDate>
          <year>int</year>
          <month>int</month>
          <date>int</date>
        </startPickedDate>
        <endPickedDate>
          <year>int</year>
          <month>int</month>
          <date>int</date>
        </endPickedDate>
        <startShipDate>
          <year>int</year>
          <month>int</month>
          <date>int</date>
        </startShipDate>
        <endShipDate>
          <year>int</year>
          <month>int</month>
          <date>int</date>
        </endShipDate>
        <startInvoiceDate>
          <year>int</year>
          <month>int</month>
          <date>int</date>
        </startInvoiceDate>
        <endInvoiceDate>
          <year>int</year>
          <month>int</month>
          <date>int</date>
        </endInvoiceDate>
        <sort1>string</sort1>
        <sort2>string</sort2>
        <productCode>string</productCode>
        <orderNumber>int</orderNumber>
        <holdOnlyFlag>boolean</holdOnlyFlag>
        <lateOnlyFlag>boolean</lateOnlyFlag>
        <backorderOnlyFlag>boolean</backorderOnlyFlag>
        <rushOnlyFlag>boolean</rushOnlyFlag>
        <nonstockOnlyFlag>boolean</nonstockOnlyFlag>
        <enteredStageOnly>boolean</enteredStageOnly>
        <recordLimit>int</recordLimit>
      </requestObject>
    </OEGetListofOrdersV3>
  </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>
    <OEGetListofOrdersV3Response xmlns="Nxtrend.WS">
      <OEGetListofOrdersV3Result>
        <errorMessage>string</errorMessage>
        <moreRecordsAvailable>boolean</moreRecordsAvailable>
        <totalInvoiceAmount>double</totalInvoiceAmount>
        <totalInvoiceOrdered>double</totalInvoiceOrdered>
        <totalLineAmount>double</totalLineAmount>
        <totalLineOrdered>double</totalLineOrdered>
        <arrayOrder>
          <OEGetListofOrdersV3.output.Order>
            <orderNumber>int</orderNumber>
            <orderSuffix>int</orderSuffix>
            <warehouse>string</warehouse>
            <customerNumber>double</customerNumber>
            <shipTo>string</shipTo>
            <stageCode>int</stageCode>
            <stageCodeString>string</stageCodeString>
            <enterDate xsi:nil="true" />
            <totalInvoiceAmount>double</totalInvoiceAmount>
            <transactionType>string</transactionType>
            <customerPurchaseOrder>string</customerPurchaseOrder>
            <requestedShipDate xsi:nil="true" />
            <promiseDate xsi:nil="true" />
            <pickedDate xsi:nil="true" />
            <shipDate xsi:nil="true" />
            <invoiceDate xsi:nil="true" />
            <sortField>string</sortField>
            <approvalType>string</approvalType>
            <pickedTime>string</pickedTime>
            <pickedInitials>string</pickedInitials>
          </OEGetListofOrdersV3.output.Order>
          <OEGetListofOrdersV3.output.Order>
            <orderNumber>int</orderNumber>
            <orderSuffix>int</orderSuffix>
            <warehouse>string</warehouse>
            <customerNumber>double</customerNumber>
            <shipTo>string</shipTo>
            <stageCode>int</stageCode>
            <stageCodeString>string</stageCodeString>
            <enterDate xsi:nil="true" />
            <totalInvoiceAmount>double</totalInvoiceAmount>
            <transactionType>string</transactionType>
            <customerPurchaseOrder>string</customerPurchaseOrder>
            <requestedShipDate xsi:nil="true" />
            <promiseDate xsi:nil="true" />
            <pickedDate xsi:nil="true" />
            <shipDate xsi:nil="true" />
            <invoiceDate xsi:nil="true" />
            <sortField>string</sortField>
            <approvalType>string</approvalType>
            <pickedTime>string</pickedTime>
            <pickedInitials>string</pickedInitials>
          </OEGetListofOrdersV3.output.Order>
        </arrayOrder>
      </OEGetListofOrdersV3Result>
    </OEGetListofOrdersV3Response>
  </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 /SxApiService.asmx HTTP/1.1
Host: sxapi-mer.cameronashleybp.com
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>
    <OEGetListofOrdersV3 xmlns="Nxtrend.WS">
      <connectString>string</connectString>
      <userCode>string</userCode>
      <requestObject>
        <customerNumber>double</customerNumber>
        <shipTo>string</shipTo>
        <warehouse>string</warehouse>
        <transactionTypes>string</transactionTypes>
        <takenBy>string</takenBy>
        <customerPurchaseOrder>string</customerPurchaseOrder>
        <startStage>int</startStage>
        <endStage>int</endStage>
        <startEnterDate>
          <year>int</year>
          <month>int</month>
          <date>int</date>
        </startEnterDate>
        <endEnterDate>
          <year>int</year>
          <month>int</month>
          <date>int</date>
        </endEnterDate>
        <startRequestedShipDate>
          <year>int</year>
          <month>int</month>
          <date>int</date>
        </startRequestedShipDate>
        <endRequestedShipDate>
          <year>int</year>
          <month>int</month>
          <date>int</date>
        </endRequestedShipDate>
        <startPromiseDate>
          <year>int</year>
          <month>int</month>
          <date>int</date>
        </startPromiseDate>
        <endPromiseDate>
          <year>int</year>
          <month>int</month>
          <date>int</date>
        </endPromiseDate>
        <startPickedDate>
          <year>int</year>
          <month>int</month>
          <date>int</date>
        </startPickedDate>
        <endPickedDate>
          <year>int</year>
          <month>int</month>
          <date>int</date>
        </endPickedDate>
        <startShipDate>
          <year>int</year>
          <month>int</month>
          <date>int</date>
        </startShipDate>
        <endShipDate>
          <year>int</year>
          <month>int</month>
          <date>int</date>
        </endShipDate>
        <startInvoiceDate>
          <year>int</year>
          <month>int</month>
          <date>int</date>
        </startInvoiceDate>
        <endInvoiceDate>
          <year>int</year>
          <month>int</month>
          <date>int</date>
        </endInvoiceDate>
        <sort1>string</sort1>
        <sort2>string</sort2>
        <productCode>string</productCode>
        <orderNumber>int</orderNumber>
        <holdOnlyFlag>boolean</holdOnlyFlag>
        <lateOnlyFlag>boolean</lateOnlyFlag>
        <backorderOnlyFlag>boolean</backorderOnlyFlag>
        <rushOnlyFlag>boolean</rushOnlyFlag>
        <nonstockOnlyFlag>boolean</nonstockOnlyFlag>
        <enteredStageOnly>boolean</enteredStageOnly>
        <recordLimit>int</recordLimit>
      </requestObject>
    </OEGetListofOrdersV3>
  </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>
    <OEGetListofOrdersV3Response xmlns="Nxtrend.WS">
      <OEGetListofOrdersV3Result>
        <errorMessage>string</errorMessage>
        <moreRecordsAvailable>boolean</moreRecordsAvailable>
        <totalInvoiceAmount>double</totalInvoiceAmount>
        <totalInvoiceOrdered>double</totalInvoiceOrdered>
        <totalLineAmount>double</totalLineAmount>
        <totalLineOrdered>double</totalLineOrdered>
        <arrayOrder>
          <OEGetListofOrdersV3.output.Order>
            <orderNumber>int</orderNumber>
            <orderSuffix>int</orderSuffix>
            <warehouse>string</warehouse>
            <customerNumber>double</customerNumber>
            <shipTo>string</shipTo>
            <stageCode>int</stageCode>
            <stageCodeString>string</stageCodeString>
            <enterDate xsi:nil="true" />
            <totalInvoiceAmount>double</totalInvoiceAmount>
            <transactionType>string</transactionType>
            <customerPurchaseOrder>string</customerPurchaseOrder>
            <requestedShipDate xsi:nil="true" />
            <promiseDate xsi:nil="true" />
            <pickedDate xsi:nil="true" />
            <shipDate xsi:nil="true" />
            <invoiceDate xsi:nil="true" />
            <sortField>string</sortField>
            <approvalType>string</approvalType>
            <pickedTime>string</pickedTime>
            <pickedInitials>string</pickedInitials>
          </OEGetListofOrdersV3.output.Order>
          <OEGetListofOrdersV3.output.Order>
            <orderNumber>int</orderNumber>
            <orderSuffix>int</orderSuffix>
            <warehouse>string</warehouse>
            <customerNumber>double</customerNumber>
            <shipTo>string</shipTo>
            <stageCode>int</stageCode>
            <stageCodeString>string</stageCodeString>
            <enterDate xsi:nil="true" />
            <totalInvoiceAmount>double</totalInvoiceAmount>
            <transactionType>string</transactionType>
            <customerPurchaseOrder>string</customerPurchaseOrder>
            <requestedShipDate xsi:nil="true" />
            <promiseDate xsi:nil="true" />
            <pickedDate xsi:nil="true" />
            <shipDate xsi:nil="true" />
            <invoiceDate xsi:nil="true" />
            <sortField>string</sortField>
            <approvalType>string</approvalType>
            <pickedTime>string</pickedTime>
            <pickedInitials>string</pickedInitials>
          </OEGetListofOrdersV3.output.Order>
        </arrayOrder>
      </OEGetListofOrdersV3Result>
    </OEGetListofOrdersV3Response>
  </soap12:Body>
</soap12:Envelope>