SxApiService
Click here for a complete list of operations.
ARGetCustomerDataOrderingRest
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/ARGetCustomerDataOrderingRest"
<?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>
<ARGetCustomerDataOrderingRest xmlns="Nxtrend.WS">
<connectString>string</connectString>
<userCode>string</userCode>
<requestObject>
<customerNumber>double</customerNumber>
<shipTo>string</shipTo>
</requestObject>
</ARGetCustomerDataOrderingRest>
</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>
<ARGetCustomerDataOrderingRestResponse xmlns="Nxtrend.WS">
<ARGetCustomerDataOrderingRestResult>
<errorMessage>string</errorMessage>
<addonNumber1>int</addonNumber1>
<addonNumber2>int</addonNumber2>
<addonNumber3>int</addonNumber3>
<addonNumber4>int</addonNumber4>
<addonNumber5>int</addonNumber5>
<addonNumber6>int</addonNumber6>
<addonNumber7>int</addonNumber7>
<addonNumber8>int</addonNumber8>
<arDatcCost>double</arDatcCost>
<arDatcType>string</arDatcType>
<dealer>string</dealer>
<discountCode>int</discountCode>
<inboundFreightFlag>boolean</inboundFreightFlag>
<lineTermsFlag>boolean</lineTermsFlag>
<mediaCode>int</mediaCode>
<numberInvoiceCopies>int</numberInvoiceCopies>
<outboundFreightFlag>boolean</outboundFreightFlag>
<priceDiscountingCustomerNumber>double</priceDiscountingCustomerNumber>
<pickPriority>int</pickPriority>
<printPriceFlag>boolean</printPriceFlag>
<priceCode>int</priceCode>
<rebateType>string</rebateType>
<salesManagerFlag>boolean</salesManagerFlag>
<specialDiscountDefaultType>string</specialDiscountDefaultType>
<tenderByFlag>boolean</tenderByFlag>
<wholeOrderDiscountCode>int</wholeOrderDiscountCode>
</ARGetCustomerDataOrderingRestResult>
</ARGetCustomerDataOrderingRestResponse>
</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>
<ARGetCustomerDataOrderingRest xmlns="Nxtrend.WS">
<connectString>string</connectString>
<userCode>string</userCode>
<requestObject>
<customerNumber>double</customerNumber>
<shipTo>string</shipTo>
</requestObject>
</ARGetCustomerDataOrderingRest>
</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>
<ARGetCustomerDataOrderingRestResponse xmlns="Nxtrend.WS">
<ARGetCustomerDataOrderingRestResult>
<errorMessage>string</errorMessage>
<addonNumber1>int</addonNumber1>
<addonNumber2>int</addonNumber2>
<addonNumber3>int</addonNumber3>
<addonNumber4>int</addonNumber4>
<addonNumber5>int</addonNumber5>
<addonNumber6>int</addonNumber6>
<addonNumber7>int</addonNumber7>
<addonNumber8>int</addonNumber8>
<arDatcCost>double</arDatcCost>
<arDatcType>string</arDatcType>
<dealer>string</dealer>
<discountCode>int</discountCode>
<inboundFreightFlag>boolean</inboundFreightFlag>
<lineTermsFlag>boolean</lineTermsFlag>
<mediaCode>int</mediaCode>
<numberInvoiceCopies>int</numberInvoiceCopies>
<outboundFreightFlag>boolean</outboundFreightFlag>
<priceDiscountingCustomerNumber>double</priceDiscountingCustomerNumber>
<pickPriority>int</pickPriority>
<printPriceFlag>boolean</printPriceFlag>
<priceCode>int</priceCode>
<rebateType>string</rebateType>
<salesManagerFlag>boolean</salesManagerFlag>
<specialDiscountDefaultType>string</specialDiscountDefaultType>
<tenderByFlag>boolean</tenderByFlag>
<wholeOrderDiscountCode>int</wholeOrderDiscountCode>
</ARGetCustomerDataOrderingRestResult>
</ARGetCustomerDataOrderingRestResponse>
</soap12:Body>
</soap12:Envelope>