POSManager


Click here for a complete list of operations.

FindPOSItemById

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 /KMWare.ZMA.POS.SalesMgmt.Host/POSManager.asmx HTTP/1.1
Host: ssa.fp360.us
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://KMWare.ZMA.POS.SalesMgmt.ServiceContracts/FindPOSItemById"

<?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>
    <FindPOSItemById xmlns="http://KMWare.ZMA.POS.SalesMgmt.ServiceContracts">
      <criteria xmlns="http://KMWare.ZMA.POS.SalesMgmt.DataTypes">
        <OrganizationUnitId>short</OrganizationUnitId>
        <ItemNumber>string</ItemNumber>
        <ModuleCode>string</ModuleCode>
        <Name>string</Name>
        <ClassCode>string</ClassCode>
        <CategoryCode>string</CategoryCode>
        <ExpiryDate>dateTime</ExpiryDate>
        <ItemSet>string</ItemSet>
        <CustomerTypeCode>string</CustomerTypeCode>
      </criteria>
    </FindPOSItemById>
  </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>
    <FindPOSItemByIdResponse xmlns="http://KMWare.ZMA.POS.SalesMgmt.ServiceContracts">
      <FindPOSItemByIdResult xmlns="http://KMWare.ZMA.POS.SalesMgmt.DataTypes">
        <OrganizationUnitId>short</OrganizationUnitId>
        <ModuleCode>string</ModuleCode>
        <ItemNumber>string</ItemNumber>
        <Name>string</Name>
        <Description>string</Description>
        <ClassCode>string</ClassCode>
        <CategoryCode>string</CategoryCode>
        <SubCategoryCode>string</SubCategoryCode>
        <ProductGroupCode>string</ProductGroupCode>
        <PrimaryUOM>string</PrimaryUOM>
        <VendorId>short</VendorId>
        <ItemType>string</ItemType>
        <MaxDiscountType>string</MaxDiscountType>
        <MaxDiscountValue>decimal</MaxDiscountValue>
        <RecentOrderCost>decimal</RecentOrderCost>
        <WeightedOrderCost>decimal</WeightedOrderCost>
        <Status>string</Status>
        <Brand>string</Brand>
        <PriceType>string</PriceType>
        <RFID>string</RFID>
        <UPC>string</UPC>
        <ISBN>string</ISBN>
        <TaxExemption>string</TaxExemption>
        <Note>string</Note>
        <PriceLabelCode>string</PriceLabelCode>
        <CustomField1>string</CustomField1>
        <CustomField2>string</CustomField2>
        <CustomField3>string</CustomField3>
        <ItemSet>string</ItemSet>
        <UpdateId>string</UpdateId>
        <UpdateDate>dateTime</UpdateDate>
        <ExpiryDate>dateTime</ExpiryDate>
        <POSItemAttribute>
          <POSItemAttribute>
            <OrganizationUnitId>short</OrganizationUnitId>
            <ModuleCode>string</ModuleCode>
            <ItemNumber>string</ItemNumber>
            <AttributeCode>string</AttributeCode>
            <AttributeValue>string</AttributeValue>
            <UpdateId>string</UpdateId>
            <UpdateDate>dateTime</UpdateDate>
            <ExpiryDate>dateTime</ExpiryDate>
          </POSItemAttribute>
          <POSItemAttribute>
            <OrganizationUnitId>short</OrganizationUnitId>
            <ModuleCode>string</ModuleCode>
            <ItemNumber>string</ItemNumber>
            <AttributeCode>string</AttributeCode>
            <AttributeValue>string</AttributeValue>
            <UpdateId>string</UpdateId>
            <UpdateDate>dateTime</UpdateDate>
            <ExpiryDate>dateTime</ExpiryDate>
          </POSItemAttribute>
        </POSItemAttribute>
        <POSItemImage>
          <POSItemImage>
            <OrganizationUnitId>short</OrganizationUnitId>
            <ModuleCode>string</ModuleCode>
            <ItemNumber>string</ItemNumber>
            <ImageId>int</ImageId>
            <ImageType>string</ImageType>
            <ItemImage>base64Binary</ItemImage>
            <Description>string</Description>
            <PrimaryImageFlag>string</PrimaryImageFlag>
            <UpdateId>string</UpdateId>
            <UpdateDate>dateTime</UpdateDate>
            <ExpiryDate>dateTime</ExpiryDate>
          </POSItemImage>
          <POSItemImage>
            <OrganizationUnitId>short</OrganizationUnitId>
            <ModuleCode>string</ModuleCode>
            <ItemNumber>string</ItemNumber>
            <ImageId>int</ImageId>
            <ImageType>string</ImageType>
            <ItemImage>base64Binary</ItemImage>
            <Description>string</Description>
            <PrimaryImageFlag>string</PrimaryImageFlag>
            <UpdateId>string</UpdateId>
            <UpdateDate>dateTime</UpdateDate>
            <ExpiryDate>dateTime</ExpiryDate>
          </POSItemImage>
        </POSItemImage>
        <POSItemPrice>
          <POSItemPrice>
            <OrganizationUnitId>short</OrganizationUnitId>
            <ModuleCode>string</ModuleCode>
            <ItemNumber>string</ItemNumber>
            <LocationId>short</LocationId>
            <BeginDate>dateTime</BeginDate>
            <ExpiryDate>dateTime</ExpiryDate>
            <LevelCode>string</LevelCode>
            <MinimumQuantity>decimal</MinimumQuantity>
            <MaximumQuantity>decimal</MaximumQuantity>
            <MarkupType>string</MarkupType>
            <MarkupValue>decimal</MarkupValue>
            <MarginalType>string</MarginalType>
            <MarginalValue>decimal</MarginalValue>
            <RetailPrice>decimal</RetailPrice>
            <UpdateId>string</UpdateId>
            <UpdateDate>dateTime</UpdateDate>
          </POSItemPrice>
          <POSItemPrice>
            <OrganizationUnitId>short</OrganizationUnitId>
            <ModuleCode>string</ModuleCode>
            <ItemNumber>string</ItemNumber>
            <LocationId>short</LocationId>
            <BeginDate>dateTime</BeginDate>
            <ExpiryDate>dateTime</ExpiryDate>
            <LevelCode>string</LevelCode>
            <MinimumQuantity>decimal</MinimumQuantity>
            <MaximumQuantity>decimal</MaximumQuantity>
            <MarkupType>string</MarkupType>
            <MarkupValue>decimal</MarkupValue>
            <MarginalType>string</MarginalType>
            <MarginalValue>decimal</MarginalValue>
            <RetailPrice>decimal</RetailPrice>
            <UpdateId>string</UpdateId>
            <UpdateDate>dateTime</UpdateDate>
          </POSItemPrice>
        </POSItemPrice>
        <POSItemTax>
          <POSItemTax>
            <OrganizationUnitId>short</OrganizationUnitId>
            <ItemNumber>string</ItemNumber>
            <ModuleCode>string</ModuleCode>
            <LocationId>short</LocationId>
            <BeginDate>dateTime</BeginDate>
            <ExpiryDate>dateTime</ExpiryDate>
            <TaxGroupCode>string</TaxGroupCode>
            <UpdateId>string</UpdateId>
            <UpdateDate>dateTime</UpdateDate>
          </POSItemTax>
          <POSItemTax>
            <OrganizationUnitId>short</OrganizationUnitId>
            <ItemNumber>string</ItemNumber>
            <ModuleCode>string</ModuleCode>
            <LocationId>short</LocationId>
            <BeginDate>dateTime</BeginDate>
            <ExpiryDate>dateTime</ExpiryDate>
            <TaxGroupCode>string</TaxGroupCode>
            <UpdateId>string</UpdateId>
            <UpdateDate>dateTime</UpdateDate>
          </POSItemTax>
        </POSItemTax>
        <POSItemSetDetail>
          <POSItemSetDetail>
            <OrganizationUnitId>short</OrganizationUnitId>
            <ModuleCode>string</ModuleCode>
            <ItemNumber>string</ItemNumber>
            <ItemDetailNumber>string</ItemDetailNumber>
            <UOM>string</UOM>
            <Quantity>decimal</Quantity>
            <RetailPrice>decimal</RetailPrice>
            <RetailRate>string</RetailRate>
            <UpdateId>string</UpdateId>
            <UpdateDate>dateTime</UpdateDate>
            <ExpiryDate>dateTime</ExpiryDate>
          </POSItemSetDetail>
          <POSItemSetDetail>
            <OrganizationUnitId>short</OrganizationUnitId>
            <ModuleCode>string</ModuleCode>
            <ItemNumber>string</ItemNumber>
            <ItemDetailNumber>string</ItemDetailNumber>
            <UOM>string</UOM>
            <Quantity>decimal</Quantity>
            <RetailPrice>decimal</RetailPrice>
            <RetailRate>string</RetailRate>
            <UpdateId>string</UpdateId>
            <UpdateDate>dateTime</UpdateDate>
            <ExpiryDate>dateTime</ExpiryDate>
          </POSItemSetDetail>
        </POSItemSetDetail>
      </FindPOSItemByIdResult>
    </FindPOSItemByIdResponse>
  </soap:Body>
</soap:Envelope>