removeSessionLine

Explanation of the event

The addSessionLine event occurs whenever an existing line is removed from the current session.

removeSessionLine An existing article is removed

Request
This event occurs when a line for article number 1 is removed. Also notice that this line had an external discount. See addSessionLine for an example on how to add an external discount.

Property Type Explanation
removeSessionLine.line.lineId uuid The removed line’s UUID.
removeSessionLine.line.articleNumber bigint The removed line’s MplusKASSA article number.
removeSessionLine.line.priceIncl number The removed line’s price including VAT.
removeSessionLine.line.quantity number The removed line’s quantity of items.
removeSessionLine.line.text string The removed line’s textual description.
removeSessionLine.line.externalDiscount string The removed line’s external discount.