FavoriteItemManager


Click here for a complete list of operations.

UpdateFavoriteItem

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/FavoriteItemManager.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/UpdatefavoriteItem"

<?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>
    <UpdateFavoriteItem xmlns="http://KMWare.ZMA.POS.SalesMgmt.ServiceContracts">
      <request xmlns="http://KMWare.ZMA.POS.SalesMgmt.DataTypes">
        <CustomField1>string</CustomField1>
        <ExpiryDate>dateTime</ExpiryDate>
        <FavoriteItemNumber>string</FavoriteItemNumber>
        <Image>base64Binary</Image>
        <LocationId>short</LocationId>
        <ModuleCode>string</ModuleCode>
        <UOM>string</UOM>
        <OrganizationUnitId>short</OrganizationUnitId>
        <POSId>int</POSId>
        <UpdateDate>dateTime</UpdateDate>
        <UpdateId>string</UpdateId>
        <RetailPrice>decimal</RetailPrice>
        <CategoryCode>string</CategoryCode>
        <FavoriteCategory>string</FavoriteCategory>
        <ItemName>string</ItemName>
        <TaxLocationId>short</TaxLocationId>
        <PriceLocationId>short</PriceLocationId>
        <TaxGroupCode>string</TaxGroupCode>
        <Description>string</Description>
        <SubCategoryCode>string</SubCategoryCode>
        <TaxExemption>string</TaxExemption>
        <VendorProduct>string</VendorProduct>
        <ItemNumber>string</ItemNumber>
        <MaxDiscountType>string</MaxDiscountType>
        <MaxDiscountValue>decimal</MaxDiscountValue>
        <UOMDecimalRoundUp>short</UOMDecimalRoundUp>
        <LevelCode>string</LevelCode>
        <RulesYN>string</RulesYN>
        <RulesApplied>string</RulesApplied>
        <Taxable>string</Taxable>
        <Status>string</Status>
        <MaxRetailPrice>decimal</MaxRetailPrice>
        <PriceOnSale>string</PriceOnSale>
        <CustomField2>string</CustomField2>
        <CustomField3>string</CustomField3>
        <UPCcode>string</UPCcode>
      </request>
    </UpdateFavoriteItem>
  </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>
    <UpdateFavoriteItemResponse xmlns="http://KMWare.ZMA.POS.SalesMgmt.ServiceContracts">
      <UpdateFavoriteItemResult>string</UpdateFavoriteItemResult>
    </UpdateFavoriteItemResponse>
  </soap:Body>
</soap:Envelope>