ItemManager


Click here for a complete list of operations.

FindPurchaseOrderItem

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.Inventory.ItemMgmt.Host/ItemManager.asmx HTTP/1.1
Host: ssa.fp360.us
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://KMWare.ZMA.Inventory.ItemMgmt.ServiceContracts/2007/06/FindPurchaseOrderItem"

<?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>
    <FindPurchaseOrderItem xmlns="http://KMWare.ZMA.Inventory.ItemMgmt.ServiceContracts/2007/06">
      <FindPurchaseOrderItemRequest xmlns="http://KMWare.ZMA.Inventory.ItemMgmt.DataTypes">
        <ISOLangId>string</ISOLangId>
        <OrderByField>string</OrderByField>
        <OrderType>string</OrderType>
        <PageNo>int</PageNo>
        <PageSize>int</PageSize>
        <FieldCriteria>
          <OrganizationUnitId>short</OrganizationUnitId>
          <CategoryCode>string</CategoryCode>
          <ClassCode>string</ClassCode>
          <ItemNumber>string</ItemNumber>
          <Description>string</Description>
          <VendorProduct>string</VendorProduct>
          <VendorId>short</VendorId>
          <VendorName>string</VendorName>
          <ItemName>string</ItemName>
        </FieldCriteria>
      </FindPurchaseOrderItemRequest>
    </FindPurchaseOrderItem>
  </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>
    <FindPurchaseOrderItemResponse xmlns="http://KMWare.ZMA.Inventory.ItemMgmt.ServiceContracts/2007/06">
      <FindPurchaseOrderItemResult xmlns="http://KMWare.ZMA.Inventory.ItemMgmt.DataTypes">
        <SearchList>
          <PurchaseOrderItem>
            <OrganizationUnitId>short</OrganizationUnitId>
            <CategoryCode>string</CategoryCode>
            <ClassCode>string</ClassCode>
            <ItemNumber>string</ItemNumber>
            <Description>string</Description>
            <MaxDiscountType>string</MaxDiscountType>
            <MaxDiscountValue>decimal</MaxDiscountValue>
            <UOMDecimalRoundUP>short</UOMDecimalRoundUP>
            <VendorUOMDecimalRoundUp>short</VendorUOMDecimalRoundUp>
            <PrimaryUOM>string</PrimaryUOM>
            <ConversionRate>decimal</ConversionRate>
            <UOM>string</UOM>
            <Cost>decimal</Cost>
            <VendorProduct>string</VendorProduct>
            <VendorId>short</VendorId>
            <VendorName>string</VendorName>
            <ItemName>string</ItemName>
            <PrimaryVendor>string</PrimaryVendor>
            <TaxGroupCode>string</TaxGroupCode>
          </PurchaseOrderItem>
          <PurchaseOrderItem>
            <OrganizationUnitId>short</OrganizationUnitId>
            <CategoryCode>string</CategoryCode>
            <ClassCode>string</ClassCode>
            <ItemNumber>string</ItemNumber>
            <Description>string</Description>
            <MaxDiscountType>string</MaxDiscountType>
            <MaxDiscountValue>decimal</MaxDiscountValue>
            <UOMDecimalRoundUP>short</UOMDecimalRoundUP>
            <VendorUOMDecimalRoundUp>short</VendorUOMDecimalRoundUp>
            <PrimaryUOM>string</PrimaryUOM>
            <ConversionRate>decimal</ConversionRate>
            <UOM>string</UOM>
            <Cost>decimal</Cost>
            <VendorProduct>string</VendorProduct>
            <VendorId>short</VendorId>
            <VendorName>string</VendorName>
            <ItemName>string</ItemName>
            <PrimaryVendor>string</PrimaryVendor>
            <TaxGroupCode>string</TaxGroupCode>
          </PurchaseOrderItem>
        </SearchList>
        <SearchCount>int</SearchCount>
        <PageCount>int</PageCount>
      </FindPurchaseOrderItemResult>
    </FindPurchaseOrderItemResponse>
  </soap:Body>
</soap:Envelope>