PurchaseReceiptManager


Click here for a complete list of operations.

FindPurchaseReceipt

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

<?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>
    <FindPurchaseReceipt xmlns="http://KMWare.ZMA.Inventory.PurchaseMgmt.ServiceContracts">
      <FindPurchaseReceiptRequest xmlns="http://KMWare.ZMA.Inventory.PurchaseMgmt.DataTypes">
        <ISOLangId>string</ISOLangId>
        <OrderByField>string</OrderByField>
        <OrderType>string</OrderType>
        <PageNo>int</PageNo>
        <PageSize>int</PageSize>
        <FieldCriteria>
          <OrganizationUnitId xmlns="http://KMWare.ZMA.Inventory.ItemMgmt.DataTypes">short</OrganizationUnitId>
          <PurchaseReceiptNumber xmlns="http://KMWare.ZMA.Inventory.ItemMgmt.DataTypes">int</PurchaseReceiptNumber>
          <PurchaseOrderNumber xmlns="http://KMWare.ZMA.Inventory.ItemMgmt.DataTypes">string</PurchaseOrderNumber>
          <LocationId xmlns="http://KMWare.ZMA.Inventory.ItemMgmt.DataTypes">short</LocationId>
          <VendorId xmlns="http://KMWare.ZMA.Inventory.ItemMgmt.DataTypes">short</VendorId>
          <CarrierId xmlns="http://KMWare.ZMA.Inventory.ItemMgmt.DataTypes">short</CarrierId>
          <PurchaseReceiptDate xmlns="http://KMWare.ZMA.Inventory.ItemMgmt.DataTypes">dateTime</PurchaseReceiptDate>
          <Status xmlns="http://KMWare.ZMA.Inventory.ItemMgmt.DataTypes">string</Status>
          <TotalAmount xmlns="http://KMWare.ZMA.Inventory.ItemMgmt.DataTypes">decimal</TotalAmount>
          <VendorDeliveryNumber xmlns="http://KMWare.ZMA.Inventory.ItemMgmt.DataTypes">string</VendorDeliveryNumber>
        </FieldCriteria>
      </FindPurchaseReceiptRequest>
    </FindPurchaseReceipt>
  </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>
    <FindPurchaseReceiptResponse xmlns="http://KMWare.ZMA.Inventory.PurchaseMgmt.ServiceContracts">
      <FindPurchaseReceiptResult xmlns="http://KMWare.ZMA.Inventory.ItemMgmt.DataTypes">
        <SearchList>
          <PurchaseReceipt>
            <OrganizationUnitId xmlns="http://KMWare.ZMA.Inventory.PurchaseMgmt.DataTypes">short</OrganizationUnitId>
            <PurchaseReceiptNumber xmlns="http://KMWare.ZMA.Inventory.PurchaseMgmt.DataTypes">int</PurchaseReceiptNumber>
            <PurchaseOrderNumber xmlns="http://KMWare.ZMA.Inventory.PurchaseMgmt.DataTypes">string</PurchaseOrderNumber>
            <VendorDeliveryNumber xmlns="http://KMWare.ZMA.Inventory.PurchaseMgmt.DataTypes">string</VendorDeliveryNumber>
            <PurchaseReceiptDate xmlns="http://KMWare.ZMA.Inventory.PurchaseMgmt.DataTypes">dateTime</PurchaseReceiptDate>
            <CarrierId xmlns="http://KMWare.ZMA.Inventory.PurchaseMgmt.DataTypes">short</CarrierId>
            <VendorId xmlns="http://KMWare.ZMA.Inventory.PurchaseMgmt.DataTypes">short</VendorId>
            <LocationId xmlns="http://KMWare.ZMA.Inventory.PurchaseMgmt.DataTypes">short</LocationId>
            <FreightAmount xmlns="http://KMWare.ZMA.Inventory.PurchaseMgmt.DataTypes">decimal</FreightAmount>
            <TotalUOM xmlns="http://KMWare.ZMA.Inventory.PurchaseMgmt.DataTypes">decimal</TotalUOM>
            <TotalAmount xmlns="http://KMWare.ZMA.Inventory.PurchaseMgmt.DataTypes">decimal</TotalAmount>
            <PurchaseReceiptNote xmlns="http://KMWare.ZMA.Inventory.PurchaseMgmt.DataTypes">string</PurchaseReceiptNote>
            <Status xmlns="http://KMWare.ZMA.Inventory.PurchaseMgmt.DataTypes">string</Status>
            <ReceivedBy xmlns="http://KMWare.ZMA.Inventory.PurchaseMgmt.DataTypes">string</ReceivedBy>
            <CustomField1 xmlns="http://KMWare.ZMA.Inventory.PurchaseMgmt.DataTypes">string</CustomField1>
            <UpdateId xmlns="http://KMWare.ZMA.Inventory.PurchaseMgmt.DataTypes">string</UpdateId>
            <UpdateDate xmlns="http://KMWare.ZMA.Inventory.PurchaseMgmt.DataTypes">dateTime</UpdateDate>
            <InventoryApprovedDate xmlns="http://KMWare.ZMA.Inventory.PurchaseMgmt.DataTypes">dateTime</InventoryApprovedDate>
            <InventoryApprovedBy xmlns="http://KMWare.ZMA.Inventory.PurchaseMgmt.DataTypes">string</InventoryApprovedBy>
            <FreightIncludedInCost xmlns="http://KMWare.ZMA.Inventory.PurchaseMgmt.DataTypes">string</FreightIncludedInCost>
            <PurchaseReceiptDetail xsi:nil="true" xmlns="http://KMWare.ZMA.Inventory.PurchaseMgmt.DataTypes" />
            <LocationName xmlns="http://KMWare.ZMA.Inventory.PurchaseMgmt.DataTypes">string</LocationName>
            <VendorName xmlns="http://KMWare.ZMA.Inventory.PurchaseMgmt.DataTypes">string</VendorName>
            <CarrierName xmlns="http://KMWare.ZMA.Inventory.PurchaseMgmt.DataTypes">string</CarrierName>
          </PurchaseReceipt>
          <PurchaseReceipt>
            <OrganizationUnitId xmlns="http://KMWare.ZMA.Inventory.PurchaseMgmt.DataTypes">short</OrganizationUnitId>
            <PurchaseReceiptNumber xmlns="http://KMWare.ZMA.Inventory.PurchaseMgmt.DataTypes">int</PurchaseReceiptNumber>
            <PurchaseOrderNumber xmlns="http://KMWare.ZMA.Inventory.PurchaseMgmt.DataTypes">string</PurchaseOrderNumber>
            <VendorDeliveryNumber xmlns="http://KMWare.ZMA.Inventory.PurchaseMgmt.DataTypes">string</VendorDeliveryNumber>
            <PurchaseReceiptDate xmlns="http://KMWare.ZMA.Inventory.PurchaseMgmt.DataTypes">dateTime</PurchaseReceiptDate>
            <CarrierId xmlns="http://KMWare.ZMA.Inventory.PurchaseMgmt.DataTypes">short</CarrierId>
            <VendorId xmlns="http://KMWare.ZMA.Inventory.PurchaseMgmt.DataTypes">short</VendorId>
            <LocationId xmlns="http://KMWare.ZMA.Inventory.PurchaseMgmt.DataTypes">short</LocationId>
            <FreightAmount xmlns="http://KMWare.ZMA.Inventory.PurchaseMgmt.DataTypes">decimal</FreightAmount>
            <TotalUOM xmlns="http://KMWare.ZMA.Inventory.PurchaseMgmt.DataTypes">decimal</TotalUOM>
            <TotalAmount xmlns="http://KMWare.ZMA.Inventory.PurchaseMgmt.DataTypes">decimal</TotalAmount>
            <PurchaseReceiptNote xmlns="http://KMWare.ZMA.Inventory.PurchaseMgmt.DataTypes">string</PurchaseReceiptNote>
            <Status xmlns="http://KMWare.ZMA.Inventory.PurchaseMgmt.DataTypes">string</Status>
            <ReceivedBy xmlns="http://KMWare.ZMA.Inventory.PurchaseMgmt.DataTypes">string</ReceivedBy>
            <CustomField1 xmlns="http://KMWare.ZMA.Inventory.PurchaseMgmt.DataTypes">string</CustomField1>
            <UpdateId xmlns="http://KMWare.ZMA.Inventory.PurchaseMgmt.DataTypes">string</UpdateId>
            <UpdateDate xmlns="http://KMWare.ZMA.Inventory.PurchaseMgmt.DataTypes">dateTime</UpdateDate>
            <InventoryApprovedDate xmlns="http://KMWare.ZMA.Inventory.PurchaseMgmt.DataTypes">dateTime</InventoryApprovedDate>
            <InventoryApprovedBy xmlns="http://KMWare.ZMA.Inventory.PurchaseMgmt.DataTypes">string</InventoryApprovedBy>
            <FreightIncludedInCost xmlns="http://KMWare.ZMA.Inventory.PurchaseMgmt.DataTypes">string</FreightIncludedInCost>
            <PurchaseReceiptDetail xsi:nil="true" xmlns="http://KMWare.ZMA.Inventory.PurchaseMgmt.DataTypes" />
            <LocationName xmlns="http://KMWare.ZMA.Inventory.PurchaseMgmt.DataTypes">string</LocationName>
            <VendorName xmlns="http://KMWare.ZMA.Inventory.PurchaseMgmt.DataTypes">string</VendorName>
            <CarrierName xmlns="http://KMWare.ZMA.Inventory.PurchaseMgmt.DataTypes">string</CarrierName>
          </PurchaseReceipt>
        </SearchList>
        <SearchCount>int</SearchCount>
        <PageCount>int</PageCount>
      </FindPurchaseReceiptResult>
    </FindPurchaseReceiptResponse>
  </soap:Body>
</soap:Envelope>