Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Get retail discounts for items.
Syntax
public container getRetailDiscountsForItems(
container _items,
container _priceGroups,
utcdatetime _minDate,
utcdatetime _maxDate,
CurrencyCode _currencyCode)
Run On
Called
Parameters
- _items
Type: container
Items.
- _priceGroups
Type: container
Price groups.
- _minDate
Type: utcdatetime
The earliest inclusive active date to search by. Must be less than or equal to _maxDate.
- _maxDate
Type: utcdatetime
The latest inclusive active date to search by. Must be greater than or equal to _minDate.
- _currencyCode
Type: CurrencyCode Extended Data Type
Currency code.
Return Value
Type: container
Collections of flatten retail discounts and lines.