inventoryItems


Click here for a complete list of operations.

getItemQty

Calls: xct_spDSLgetItemSiteSummed

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 /ctapi/services/ctDynamicsSL/inventoryItems.asmx HTTP/1.1
Host: www.catalinatechnology.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.catalinatechnology.com/services/ctDynamicsSL/getItemQty"

<?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:Header>
    <ctDynamicsSLHeader xmlns="http://www.catalinatechnology.com/services/ctDynamicsSL">
      <licenseKey>string</licenseKey>
      <licenseName>string</licenseName>
      <licenseExpiration>string</licenseExpiration>
      <softwareName>string</softwareName>
      <siteID>string</siteID>
      <siteKey>string</siteKey>
      <userName>string</userName>
      <cpnyID>string</cpnyID>
      <apiUsername>string</apiUsername>
      <apiPassword>string</apiPassword>
      <flags>
        <nameValuePairs>
          <name>string</name>
          <value>string</value>
        </nameValuePairs>
        <nameValuePairs>
          <name>string</name>
          <value>string</value>
        </nameValuePairs>
      </flags>
    </ctDynamicsSLHeader>
  </soap:Header>
  <soap:Body>
    <getItemQty xmlns="http://www.catalinatechnology.com/services/ctDynamicsSL">
      <invtID>string</invtID>
    </getItemQty>
  </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>
    <getItemQtyResponse xmlns="http://www.catalinatechnology.com/services/ctDynamicsSL">
      <getItemQtyResult>
        <errorMessage>string</errorMessage>
        <resultCode>int</resultCode>
        <InvtID>string</InvtID>
        <QtyAlloc>double</QtyAlloc>
        <AvgCost>double</AvgCost>
        <BMIAvgCost>double</BMIAvgCost>
        <BMITotCost>double</BMITotCost>
        <QtyAllocBM>double</QtyAllocBM>
        <QtyAllocIN>double</QtyAllocIN>
        <QtyAllocOther>double</QtyAllocOther>
        <QtyAllocPORet>double</QtyAllocPORet>
        <QtyAllocProjIN>double</QtyAllocProjIN>
        <QtyAllocSD>double</QtyAllocSD>
        <QtyAllocSO>double</QtyAllocSO>
        <QtyAvail>double</QtyAvail>
        <QtyCustOrd>double</QtyCustOrd>
        <QtyInTransit>double</QtyInTransit>
        <QtyNotAvail>double</QtyNotAvail>
        <QtyOnBO>double</QtyOnBO>
        <QtyOnDP>double</QtyOnDP>
        <QtyOnHand>double</QtyOnHand>
        <QtyOnPO>double</QtyOnPO>
        <QtyShipNotInv>double</QtyShipNotInv>
        <QtyOnKitAssyOrders>double</QtyOnKitAssyOrders>
        <QtyOnTransferOrders>double</QtyOnTransferOrders>
        <QtyWOFirmSupply>double</QtyWOFirmSupply>
        <QtyWORlsedSupply>double</QtyWORlsedSupply>
        <S4Future09>int</S4Future09>
        <S4Future10>int</S4Future10>
        <TotCost>double</TotCost>
        <QtyWOFirmDemand>double</QtyWOFirmDemand>
        <QtyWORlsedDemand>double</QtyWORlsedDemand>
      </getItemQtyResult>
    </getItemQtyResponse>
  </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 /ctapi/services/ctDynamicsSL/inventoryItems.asmx HTTP/1.1
Host: www.catalinatechnology.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:Header>
    <ctDynamicsSLHeader xmlns="http://www.catalinatechnology.com/services/ctDynamicsSL">
      <licenseKey>string</licenseKey>
      <licenseName>string</licenseName>
      <licenseExpiration>string</licenseExpiration>
      <softwareName>string</softwareName>
      <siteID>string</siteID>
      <siteKey>string</siteKey>
      <userName>string</userName>
      <cpnyID>string</cpnyID>
      <apiUsername>string</apiUsername>
      <apiPassword>string</apiPassword>
      <flags>
        <nameValuePairs>
          <name>string</name>
          <value>string</value>
        </nameValuePairs>
        <nameValuePairs>
          <name>string</name>
          <value>string</value>
        </nameValuePairs>
      </flags>
    </ctDynamicsSLHeader>
  </soap12:Header>
  <soap12:Body>
    <getItemQty xmlns="http://www.catalinatechnology.com/services/ctDynamicsSL">
      <invtID>string</invtID>
    </getItemQty>
  </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>
    <getItemQtyResponse xmlns="http://www.catalinatechnology.com/services/ctDynamicsSL">
      <getItemQtyResult>
        <errorMessage>string</errorMessage>
        <resultCode>int</resultCode>
        <InvtID>string</InvtID>
        <QtyAlloc>double</QtyAlloc>
        <AvgCost>double</AvgCost>
        <BMIAvgCost>double</BMIAvgCost>
        <BMITotCost>double</BMITotCost>
        <QtyAllocBM>double</QtyAllocBM>
        <QtyAllocIN>double</QtyAllocIN>
        <QtyAllocOther>double</QtyAllocOther>
        <QtyAllocPORet>double</QtyAllocPORet>
        <QtyAllocProjIN>double</QtyAllocProjIN>
        <QtyAllocSD>double</QtyAllocSD>
        <QtyAllocSO>double</QtyAllocSO>
        <QtyAvail>double</QtyAvail>
        <QtyCustOrd>double</QtyCustOrd>
        <QtyInTransit>double</QtyInTransit>
        <QtyNotAvail>double</QtyNotAvail>
        <QtyOnBO>double</QtyOnBO>
        <QtyOnDP>double</QtyOnDP>
        <QtyOnHand>double</QtyOnHand>
        <QtyOnPO>double</QtyOnPO>
        <QtyShipNotInv>double</QtyShipNotInv>
        <QtyOnKitAssyOrders>double</QtyOnKitAssyOrders>
        <QtyOnTransferOrders>double</QtyOnTransferOrders>
        <QtyWOFirmSupply>double</QtyWOFirmSupply>
        <QtyWORlsedSupply>double</QtyWORlsedSupply>
        <S4Future09>int</S4Future09>
        <S4Future10>int</S4Future10>
        <TotCost>double</TotCost>
        <QtyWOFirmDemand>double</QtyWOFirmDemand>
        <QtyWORlsedDemand>double</QtyWORlsedDemand>
      </getItemQtyResult>
    </getItemQtyResponse>
  </soap12:Body>
</soap12:Envelope>