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