SxApiService


Click here for a complete list of operations.

OEGetCreditHoldOrders

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

<?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>
    <OEGetCreditHoldOrders xmlns="Nxtrend.WS">
      <connectString>string</connectString>
      <userCode>string</userCode>
      <requestObject>
        <customerNumber>double</customerNumber>
        <warehouse>string</warehouse>
        <creditManager>string</creditManager>
        <approvalType>string</approvalType>
        <stageCode>string</stageCode>
        <transactionTypes>string</transactionTypes>
        <shipVia>string</shipVia>
        <startDate>
          <year>int</year>
          <month>int</month>
          <date>int</date>
        </startDate>
        <endDate>
          <year>int</year>
          <month>int</month>
          <date>int</date>
        </endDate>
        <shipped>boolean</shipped>
        <allowBackorder>boolean</allowBackorder>
        <sort1>string</sort1>
        <sort2>string</sort2>
        <recordLimit>int</recordLimit>
      </requestObject>
    </OEGetCreditHoldOrders>
  </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>
    <OEGetCreditHoldOrdersResponse xmlns="Nxtrend.WS">
      <OEGetCreditHoldOrdersResult>
        <errorMessage>string</errorMessage>
        <moreRecordsAvailable>boolean</moreRecordsAvailable>
        <arrayHeldOrder>
          <OEGetCreditHoldOrders.output.HeldOrder>
            <orderNumber>int</orderNumber>
            <orderSuffix>int</orderSuffix>
            <orderNumberString>string</orderNumberString>
            <orderNotes>string</orderNotes>
            <stageCode>int</stageCode>
            <stageCodeString>string</stageCodeString>
            <transactionType>string</transactionType>
            <promiseDate xsi:nil="true" />
            <createDate xsi:nil="true" />
            <customerNumber>double</customerNumber>
            <customerNumberString>string</customerNumberString>
            <customerNotes>string</customerNotes>
            <name>string</name>
            <warehouse>string</warehouse>
            <approvalType>string</approvalType>
            <takenBy>string</takenBy>
            <creditManager>string</creditManager>
            <priority>int</priority>
            <shipVia>string</shipVia>
            <sortDate1 xsi:nil="true" />
            <sortDate2 xsi:nil="true" />
            <sortField>string</sortField>
            <amountInt>int</amountInt>
            <sequenceNumber>int</sequenceNumber>
          </OEGetCreditHoldOrders.output.HeldOrder>
          <OEGetCreditHoldOrders.output.HeldOrder>
            <orderNumber>int</orderNumber>
            <orderSuffix>int</orderSuffix>
            <orderNumberString>string</orderNumberString>
            <orderNotes>string</orderNotes>
            <stageCode>int</stageCode>
            <stageCodeString>string</stageCodeString>
            <transactionType>string</transactionType>
            <promiseDate xsi:nil="true" />
            <createDate xsi:nil="true" />
            <customerNumber>double</customerNumber>
            <customerNumberString>string</customerNumberString>
            <customerNotes>string</customerNotes>
            <name>string</name>
            <warehouse>string</warehouse>
            <approvalType>string</approvalType>
            <takenBy>string</takenBy>
            <creditManager>string</creditManager>
            <priority>int</priority>
            <shipVia>string</shipVia>
            <sortDate1 xsi:nil="true" />
            <sortDate2 xsi:nil="true" />
            <sortField>string</sortField>
            <amountInt>int</amountInt>
            <sequenceNumber>int</sequenceNumber>
          </OEGetCreditHoldOrders.output.HeldOrder>
        </arrayHeldOrder>
      </OEGetCreditHoldOrdersResult>
    </OEGetCreditHoldOrdersResponse>
  </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>
    <OEGetCreditHoldOrders xmlns="Nxtrend.WS">
      <connectString>string</connectString>
      <userCode>string</userCode>
      <requestObject>
        <customerNumber>double</customerNumber>
        <warehouse>string</warehouse>
        <creditManager>string</creditManager>
        <approvalType>string</approvalType>
        <stageCode>string</stageCode>
        <transactionTypes>string</transactionTypes>
        <shipVia>string</shipVia>
        <startDate>
          <year>int</year>
          <month>int</month>
          <date>int</date>
        </startDate>
        <endDate>
          <year>int</year>
          <month>int</month>
          <date>int</date>
        </endDate>
        <shipped>boolean</shipped>
        <allowBackorder>boolean</allowBackorder>
        <sort1>string</sort1>
        <sort2>string</sort2>
        <recordLimit>int</recordLimit>
      </requestObject>
    </OEGetCreditHoldOrders>
  </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>
    <OEGetCreditHoldOrdersResponse xmlns="Nxtrend.WS">
      <OEGetCreditHoldOrdersResult>
        <errorMessage>string</errorMessage>
        <moreRecordsAvailable>boolean</moreRecordsAvailable>
        <arrayHeldOrder>
          <OEGetCreditHoldOrders.output.HeldOrder>
            <orderNumber>int</orderNumber>
            <orderSuffix>int</orderSuffix>
            <orderNumberString>string</orderNumberString>
            <orderNotes>string</orderNotes>
            <stageCode>int</stageCode>
            <stageCodeString>string</stageCodeString>
            <transactionType>string</transactionType>
            <promiseDate xsi:nil="true" />
            <createDate xsi:nil="true" />
            <customerNumber>double</customerNumber>
            <customerNumberString>string</customerNumberString>
            <customerNotes>string</customerNotes>
            <name>string</name>
            <warehouse>string</warehouse>
            <approvalType>string</approvalType>
            <takenBy>string</takenBy>
            <creditManager>string</creditManager>
            <priority>int</priority>
            <shipVia>string</shipVia>
            <sortDate1 xsi:nil="true" />
            <sortDate2 xsi:nil="true" />
            <sortField>string</sortField>
            <amountInt>int</amountInt>
            <sequenceNumber>int</sequenceNumber>
          </OEGetCreditHoldOrders.output.HeldOrder>
          <OEGetCreditHoldOrders.output.HeldOrder>
            <orderNumber>int</orderNumber>
            <orderSuffix>int</orderSuffix>
            <orderNumberString>string</orderNumberString>
            <orderNotes>string</orderNotes>
            <stageCode>int</stageCode>
            <stageCodeString>string</stageCodeString>
            <transactionType>string</transactionType>
            <promiseDate xsi:nil="true" />
            <createDate xsi:nil="true" />
            <customerNumber>double</customerNumber>
            <customerNumberString>string</customerNumberString>
            <customerNotes>string</customerNotes>
            <name>string</name>
            <warehouse>string</warehouse>
            <approvalType>string</approvalType>
            <takenBy>string</takenBy>
            <creditManager>string</creditManager>
            <priority>int</priority>
            <shipVia>string</shipVia>
            <sortDate1 xsi:nil="true" />
            <sortDate2 xsi:nil="true" />
            <sortField>string</sortField>
            <amountInt>int</amountInt>
            <sequenceNumber>int</sequenceNumber>
          </OEGetCreditHoldOrders.output.HeldOrder>
        </arrayHeldOrder>
      </OEGetCreditHoldOrdersResult>
    </OEGetCreditHoldOrdersResponse>
  </soap12:Body>
</soap12:Envelope>