SxApiService


Click here for a complete list of operations.

ICECatalogItemMaster

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

<?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>
    <ICECatalogItemMaster xmlns="Nxtrend.WS">
      <connectString>string</connectString>
      <userCode>string</userCode>
      <requestObject>
        <updateDate>
          <year>int</year>
          <month>int</month>
          <date>int</date>
        </updateDate>
        <updateTime>string</updateTime>
        <updateRecords>boolean</updateRecords>
        <recordLimit>int</recordLimit>
      </requestObject>
    </ICECatalogItemMaster>
  </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>
    <ICECatalogItemMasterResponse xmlns="Nxtrend.WS">
      <ICECatalogItemMasterResult>
        <errorMessage>string</errorMessage>
        <moreRecordsAvailable>boolean</moreRecordsAvailable>
        <arrayItemmaster>
          <ICECatalogItemMaster.output.Itemmaster>
            <itemNumber>string</itemNumber>
            <manufacturerItemNumber>string</manufacturerItemNumber>
            <companyNumber>int</companyNumber>
            <vendorNumber>double</vendorNumber>
            <defaultUnitOfMeasure>string</defaultUnitOfMeasure>
            <preventFromWebFlag>string</preventFromWebFlag>
            <itemSuspendFlag>string</itemSuspendFlag>
            <unitOfMeasure1>string</unitOfMeasure1>
            <unitOfMeasure2>string</unitOfMeasure2>
            <unitOfMeasure3>string</unitOfMeasure3>
            <conversionFactorUM2>double</conversionFactorUM2>
            <conversionFactorUM3>double</conversionFactorUM3>
            <pricingUnitOfMeasure>string</pricingUnitOfMeasure>
            <conversionFactorPriceUOM>double</conversionFactorPriceUOM>
            <listPrice1>double</listPrice1>
            <listPrice2>double</listPrice2>
            <listPrice3>double</listPrice3>
            <listPrice4>double</listPrice4>
            <listPrice5>double</listPrice5>
            <productRestrictionCode>string</productRestrictionCode>
            <descriptionLine1>string</descriptionLine1>
            <descriptionLine2>string</descriptionLine2>
            <itemClassCode>string</itemClassCode>
            <itemSubClassCode>string</itemSubClassCode>
            <priceClassCode>string</priceClassCode>
            <glCode>string</glCode>
            <miscCode1>string</miscCode1>
            <miscCode2>string</miscCode2>
            <miscCode3>string</miscCode3>
            <userField1>string</userField1>
            <userField2>string</userField2>
            <userField3>string</userField3>
            <userField4>string</userField4>
            <userField5>string</userField5>
            <userField6>string</userField6>
            <extendedItemCommentGroup>string</extendedItemCommentGroup>
            <catalogFlag>boolean</catalogFlag>
          </ICECatalogItemMaster.output.Itemmaster>
          <ICECatalogItemMaster.output.Itemmaster>
            <itemNumber>string</itemNumber>
            <manufacturerItemNumber>string</manufacturerItemNumber>
            <companyNumber>int</companyNumber>
            <vendorNumber>double</vendorNumber>
            <defaultUnitOfMeasure>string</defaultUnitOfMeasure>
            <preventFromWebFlag>string</preventFromWebFlag>
            <itemSuspendFlag>string</itemSuspendFlag>
            <unitOfMeasure1>string</unitOfMeasure1>
            <unitOfMeasure2>string</unitOfMeasure2>
            <unitOfMeasure3>string</unitOfMeasure3>
            <conversionFactorUM2>double</conversionFactorUM2>
            <conversionFactorUM3>double</conversionFactorUM3>
            <pricingUnitOfMeasure>string</pricingUnitOfMeasure>
            <conversionFactorPriceUOM>double</conversionFactorPriceUOM>
            <listPrice1>double</listPrice1>
            <listPrice2>double</listPrice2>
            <listPrice3>double</listPrice3>
            <listPrice4>double</listPrice4>
            <listPrice5>double</listPrice5>
            <productRestrictionCode>string</productRestrictionCode>
            <descriptionLine1>string</descriptionLine1>
            <descriptionLine2>string</descriptionLine2>
            <itemClassCode>string</itemClassCode>
            <itemSubClassCode>string</itemSubClassCode>
            <priceClassCode>string</priceClassCode>
            <glCode>string</glCode>
            <miscCode1>string</miscCode1>
            <miscCode2>string</miscCode2>
            <miscCode3>string</miscCode3>
            <userField1>string</userField1>
            <userField2>string</userField2>
            <userField3>string</userField3>
            <userField4>string</userField4>
            <userField5>string</userField5>
            <userField6>string</userField6>
            <extendedItemCommentGroup>string</extendedItemCommentGroup>
            <catalogFlag>boolean</catalogFlag>
          </ICECatalogItemMaster.output.Itemmaster>
        </arrayItemmaster>
      </ICECatalogItemMasterResult>
    </ICECatalogItemMasterResponse>
  </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>
    <ICECatalogItemMaster xmlns="Nxtrend.WS">
      <connectString>string</connectString>
      <userCode>string</userCode>
      <requestObject>
        <updateDate>
          <year>int</year>
          <month>int</month>
          <date>int</date>
        </updateDate>
        <updateTime>string</updateTime>
        <updateRecords>boolean</updateRecords>
        <recordLimit>int</recordLimit>
      </requestObject>
    </ICECatalogItemMaster>
  </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>
    <ICECatalogItemMasterResponse xmlns="Nxtrend.WS">
      <ICECatalogItemMasterResult>
        <errorMessage>string</errorMessage>
        <moreRecordsAvailable>boolean</moreRecordsAvailable>
        <arrayItemmaster>
          <ICECatalogItemMaster.output.Itemmaster>
            <itemNumber>string</itemNumber>
            <manufacturerItemNumber>string</manufacturerItemNumber>
            <companyNumber>int</companyNumber>
            <vendorNumber>double</vendorNumber>
            <defaultUnitOfMeasure>string</defaultUnitOfMeasure>
            <preventFromWebFlag>string</preventFromWebFlag>
            <itemSuspendFlag>string</itemSuspendFlag>
            <unitOfMeasure1>string</unitOfMeasure1>
            <unitOfMeasure2>string</unitOfMeasure2>
            <unitOfMeasure3>string</unitOfMeasure3>
            <conversionFactorUM2>double</conversionFactorUM2>
            <conversionFactorUM3>double</conversionFactorUM3>
            <pricingUnitOfMeasure>string</pricingUnitOfMeasure>
            <conversionFactorPriceUOM>double</conversionFactorPriceUOM>
            <listPrice1>double</listPrice1>
            <listPrice2>double</listPrice2>
            <listPrice3>double</listPrice3>
            <listPrice4>double</listPrice4>
            <listPrice5>double</listPrice5>
            <productRestrictionCode>string</productRestrictionCode>
            <descriptionLine1>string</descriptionLine1>
            <descriptionLine2>string</descriptionLine2>
            <itemClassCode>string</itemClassCode>
            <itemSubClassCode>string</itemSubClassCode>
            <priceClassCode>string</priceClassCode>
            <glCode>string</glCode>
            <miscCode1>string</miscCode1>
            <miscCode2>string</miscCode2>
            <miscCode3>string</miscCode3>
            <userField1>string</userField1>
            <userField2>string</userField2>
            <userField3>string</userField3>
            <userField4>string</userField4>
            <userField5>string</userField5>
            <userField6>string</userField6>
            <extendedItemCommentGroup>string</extendedItemCommentGroup>
            <catalogFlag>boolean</catalogFlag>
          </ICECatalogItemMaster.output.Itemmaster>
          <ICECatalogItemMaster.output.Itemmaster>
            <itemNumber>string</itemNumber>
            <manufacturerItemNumber>string</manufacturerItemNumber>
            <companyNumber>int</companyNumber>
            <vendorNumber>double</vendorNumber>
            <defaultUnitOfMeasure>string</defaultUnitOfMeasure>
            <preventFromWebFlag>string</preventFromWebFlag>
            <itemSuspendFlag>string</itemSuspendFlag>
            <unitOfMeasure1>string</unitOfMeasure1>
            <unitOfMeasure2>string</unitOfMeasure2>
            <unitOfMeasure3>string</unitOfMeasure3>
            <conversionFactorUM2>double</conversionFactorUM2>
            <conversionFactorUM3>double</conversionFactorUM3>
            <pricingUnitOfMeasure>string</pricingUnitOfMeasure>
            <conversionFactorPriceUOM>double</conversionFactorPriceUOM>
            <listPrice1>double</listPrice1>
            <listPrice2>double</listPrice2>
            <listPrice3>double</listPrice3>
            <listPrice4>double</listPrice4>
            <listPrice5>double</listPrice5>
            <productRestrictionCode>string</productRestrictionCode>
            <descriptionLine1>string</descriptionLine1>
            <descriptionLine2>string</descriptionLine2>
            <itemClassCode>string</itemClassCode>
            <itemSubClassCode>string</itemSubClassCode>
            <priceClassCode>string</priceClassCode>
            <glCode>string</glCode>
            <miscCode1>string</miscCode1>
            <miscCode2>string</miscCode2>
            <miscCode3>string</miscCode3>
            <userField1>string</userField1>
            <userField2>string</userField2>
            <userField3>string</userField3>
            <userField4>string</userField4>
            <userField5>string</userField5>
            <userField6>string</userField6>
            <extendedItemCommentGroup>string</extendedItemCommentGroup>
            <catalogFlag>boolean</catalogFlag>
          </ICECatalogItemMaster.output.Itemmaster>
        </arrayItemmaster>
      </ICECatalogItemMasterResult>
    </ICECatalogItemMasterResponse>
  </soap12:Body>
</soap12:Envelope>