Can someone explain to me why I can have 2 Item Price List Line items but only 1 header record? What does the header really do in this example? It seems to work just fine and updates the Price C record
<taIVCreateItemPriceListLine_Items>
<taIVCreateItemPriceListLine>
<ITEMNMBR>22-830-L</ITEMNMBR>
<PRCLEVEL>RMS</PRCLEVEL>
<UpdateIfExists>1</UpdateIfExists>
<UOFM>Each</UOFM>
<UOMPRICE>20.00000</UOMPRICE>
</taIVCreateItemPriceListLine>
<taIVCreateItemPriceListLine>
<ITEMNMBR>22-830-L</ITEMNMBR>
<PRCLEVEL>Price C</PRCLEVEL>
<UpdateIfExists>1</UpdateIfExists>
<UOFM>Each</UOFM>
<UOMPRICE>9.1900</UOMPRICE>
</taIVCreateItemPriceListLine>
</taIVCreateItemPriceListLine_Items>
<taIVCreateItemPriceListHeader>
<ITEMNMBR>22-830-L</ITEMNMBR>
<PRICMTHD>1</PRICMTHD>
<PRCLEVEL>RMS</PRCLEVEL>
<UpdateIfExists>1</UpdateIfExists>
<UOFM>Each</UOFM>
<CURNCYID>USD</CURNCYID>
</taIVCreateItemPriceListHeader>
*This post is locked for comments