SxApiService
Click here for a complete list of operations.
OEGetListOfOrdersV2
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/OEGetListOfOrdersV2"
<?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>
<OEGetListOfOrdersV2 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>
<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>
</OEGetListOfOrdersV2>
</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>
<OEGetListOfOrdersV2Response xmlns="Nxtrend.WS">
<OEGetListOfOrdersV2Result>
<errorMessage>string</errorMessage>
<moreRecordsAvailable>boolean</moreRecordsAvailable>
<arrayOrder>
<OEGetListOfOrdersV2.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>
</OEGetListOfOrdersV2.output.Order>
<OEGetListOfOrdersV2.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>
</OEGetListOfOrdersV2.output.Order>
</arrayOrder>
</OEGetListOfOrdersV2Result>
</OEGetListOfOrdersV2Response>
</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>
<OEGetListOfOrdersV2 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>
<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>
</OEGetListOfOrdersV2>
</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>
<OEGetListOfOrdersV2Response xmlns="Nxtrend.WS">
<OEGetListOfOrdersV2Result>
<errorMessage>string</errorMessage>
<moreRecordsAvailable>boolean</moreRecordsAvailable>
<arrayOrder>
<OEGetListOfOrdersV2.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>
</OEGetListOfOrdersV2.output.Order>
<OEGetListOfOrdersV2.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>
</OEGetListOfOrdersV2.output.Order>
</arrayOrder>
</OEGetListOfOrdersV2Result>
</OEGetListOfOrdersV2Response>
</soap12:Body>
</soap12:Envelope>